Jump to content

Coding

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2409:408d:3dc3:31e8:d612:2d:7c3a:b270 (talk) at 13:39, 26 November 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Coding may refer to:

  1. include<iostream>

using namespace std; int main() {

   char country[6];
   cout<<"Enter the name of the country:";
   cin>>country;
   cout<<"The name of the country is"<<country;

}

Other uses

See also