saving . . . saved where should i submit assignments has been deleted. where should i submit assignments has been hidden .
where should i submit assignments
Title
Question


C-and-Cpp First-Cpp-Program 07-08 min 20-30 sec 09-06-20, 11:46 p.m. manjot1915048@gndec.ac.in

Answers:

Assignments are for self practice. No need to submit.
10-06-20, 9:30 p.m. pravin1389
<hr>
#include<iostream>
using namespace std;
int main ()
{
cout<<"\nName : mohini";
cout<<"\nCity : vasmath";
return 0;
Output:
Name:mohini 
City:vasmath
10-07-20, 5:34 p.m. Mchavan

Login to add comment


#include<iostream>
using namespace std;
int main()
{
cout <<" Name : sampada"\n;
cout<<"city:nanded\n";
return 0;
}
09-07-20, 11:47 a.m. 1921271242003


#include<iostream>
Using namespace std;
Int main()
{
cout<<"Name : shruti"\n;
cout<<"city name: nanded"\n;
return 0;
}
09-07-20, 3:21 p.m. Shruti@123


#include<iostream>
Using namespace std;
Int main()
{
cout<<"\nName : Harshad";
cout<<"\ncity : Nanded":
return 0;
}

And the o/p will be as follows 

Name : Harshad
city : Nanded
09-07-20, 6:16 p.m. Harshadsbhalerao


#include<ionstream>
using namespace std;
int main()
{
count<<"/nName : SUSHANT";
count<<"/nCity : NANDED";
return 0;
}

output of the following program will be,

  Name : SUSHANT
  City : NANDED

10-07-20, 8:38 a.m. Sushant0981


#include<iostream>
using namespace std;
int main ()
{
cout<<"\nName : Pranita";
cout<<"\nCity : Nanded";
return 0;
}

Output of the program
Name : Pranita
City : Nanded
10-07-20, 11:28 a.m. Pranitakotalwar


#include<iostream>
using namespace std;
int main()
{
cout<<"/n Name: Sakshi";
cout<<"/n City: Nanded";
return 0;
}

Output of the  program as follow
 Name: Sakshi
City: Nanded
10-07-20, 11:46 a.m. Sakshichoudhary
Name: Sakshi
City: Nanded
10-07-20, 12:04 p.m. Sakshichoudhary

Login to add comment


//Assignment 2
//My first c++ program 

#include<iostream>
using namespace std;
int main () 
{
cout<<"Name=Kirtana\n";
cout <<"City=Nanded\n";
return 0;
}

Output of this following program  will be 
Name=Kirtana 
City= Nanded 

10-07-20, 11:49 a.m. Kirtana_maru


#include <iostream>
using namespace std;
int main()
{
cout <<"Name:Vaishnavi\n";
cout <<"City:Nanded\n";
return 0;
}

Output of this program will be
Name:Vaishnavi
City:Nanded
10-07-20, 11:50 a.m. 1921271242105


#include <iostream>
using namespace std; 
int main()
{
cout<<"Name : Sneha\n";
cout<< "City:Nanded \n";
return 0;
}
 
Output of this program will be
Name :Sneha
City : Nanded
10-07-20, 12:12 p.m. s19_more_sneha@mgmcen.ac.in


#include<iostream>
Using namespace std;
Int main()
{
Cout<<"/nName: Mohit";
Cout<<"/nCity: Nanded";
Return 0;
}

And the o/p will be as follows

Name: Mohit
City: Nanded
10-07-20, 12:13 p.m. Mohit07


#include<iostream>
Using namespace std;
int main()
{
Cout<<"Name=Anjali\n";
Cout<<"City=Nanded\n";
return 0;
}

Output of this following program will be
Name=Anjali
City=Nanded.
10-07-20, 1:21 p.m. 1921271242121


#include <iostream>
Using namespace std ;
int main()
{
cout<<"/nName: Gayatri";
cout << "/ncity: Nanded";
Return 0;
}

the output is

Name: Gayatri
City: Nanded
10-07-20, 1:25 p.m. gayatrikalne


<hr>
#include<iostream>
Using namespace std;
Int main()
{
cout<<"\nName : SAKSHI";
cout<<"\nCity : PUSAD":
return 0;
}

And the o/p will be as follows 

Name : SAKSHI
City : PUSAD
10-07-20, 3:37 p.m. @sakshigoswami


<hr>
#include<iostream>
Using namespace std;
Int main()
{
cout<<"\nName : SAHEBRAO";
cout<<"\nCity : NANDED":
return 0;
}

And the o/p will be as follows 

Name : SAHEBRAO
City : NANDED
10-07-20, 3:38 p.m. @sahebraoChafekar



#include<iostream>
using namespace std;
int main()
{
Cout<<"name: siddeshwar"<<stdl<<"city: Parbhani"<<stdl;
return 0;
}
10-07-20, 4:36 p.m. 9096508146


#include<iostream>
using namespace std;
int main ()
{
cout<<"\nName : nita";
cout<<"\nCity : Nanded";
return 0;
}

Output of the program
Name : nita
City : Nanded
10-07-20, 5:01 p.m. Nitachavan


#include<iostream>
Using namespace std;
Int main()
{
cout<<"\nName : SAMIKSHA";
cout<<"\nCity : HINGOLI";
return 0;
}

The o/p will be as follows 

Name : SAMIKSHA
City : HINGOLI
10-07-20, 5:18 p.m. Samiksha23


#include <iostream>
Using namespace std ;
int main()
{
cout<<"/nName:Akanksha";
cout << "/ncity: Nanded";
Return 0;
}

the o/p will be

Name: Akanksha
City: Nanded
10-07-20, 6:57 p.m. S19_kadam_akanksha@mgmcen.ac.i


#include<iostream>
using namespace std;
int main()
{
cout<<"/n name : manas";
cout<<"/n city : nanded";
return 0;
}
output
 //name : manas
  city : nanded
10-07-20, 9:40 p.m. ManasBobade23


#include<iostream>
using namespace std;
int main()
{
cout<<"/n name : Pooja";
cout<<"/n city : Kandhar";
return 0;
}
output
 //*name : Pooja
  city : Kandhar*//
11-07-20, 9:46 a.m. S19_bansode_pooja@mgmcen.ac.in


#include<iostream>
Using namespace std;
Int main()
{
cout<<"\nName : KABIR";
cout<<"\ncity : Nanded":
return 0;
}

And the o/p will be as follows 

Name : KABIR
city : Nanded
11-07-20, 10:35 a.m. kabir_1137


#include<ionstream>
using namespace std;
int main()
{
count<<"/nName :ANIKET";
count<<"/nCity : NANDED";
return 0;
}

output of the following program will be,

  Name : ANIKET
  City : NANDED
11-07-20, 10:45 a.m. Aniket007


#include<ionstream>
using namespace std;
int main()
{
count<<"/nName : TEJAS";
count<<"/nCity : NANDED";
return 0;
}

output of the following program will be,

  Name : TEJAS
  City : NANDED
11-07-20, 10:53 a.m. tejas_muradi


#include<iostream>
using namespace std;
int main ()
{
cout<<"\nName : ABHISHEK";
cout<<"\nCity : Nanded";
return 0;
}

Output of the program
Name : ABHISHEK
City : Nanded
11-07-20, 10:58 a.m. Abhishek_2000


#include<iostream>
using namespace std;
int main()
{
cout<<"/n Name: PRANAV";
cout<<"/n City: Nanded";
return 0;
}

Output of the  program as follow
 Name: PRANAV
City: Nanded
11-07-20, 11:03 a.m. Pranav_2501


#include<iostream>
using namespace std;
int main()
{
cout<<"/n Name:Mohit";
cout<<"/n City: Nanded";
return 0;
}

Output of the  program as follow
 Name: Mohit
City: Nanded
11-07-20, 11:17 a.m. @mohitgohel


#include<ionstream>
using namespace std;
int main()
{
count<<"/nName : Kankshith";
count<<"/nCity : Adilabad";
return 0;
}

output of the following program will be,

  Name : Kankshith
  City : Adilabad
11-07-20, 11:28 a.m. Annavajjala.Kankshith.Rao


#include<iostream>
Using namespace std;
Int main()
{
cout<<"\nName : Akash";
cout<<"\ncity : Nanded":
return 0;
}

And the o/p will be as follows 

Name : Akash
City : Nanded
11-07-20, 11:39 a.m. AKASHMIRZAPURE


<hr>
# include < iostream>
using namespace std;
int main() 
{
cout<<"\nName:Shivani ";
cout<<" \nCity: Nanded ";
return  0;
}

output :
Name: Shivani 
City :Nanded 
11-07-20, 11:42 a.m. pawarshivani


#include<iostream>
using namespace std;
int main ()
{
  cout<<"\n Name:Ranuka";
  cout<<"\n City:Nanded";
  return 0;
}


Output as follows
Name:Renuka
City:Nanded
11-07-20, 1:30 p.m. RPD


// assignment 2
#include<iostream.h>
Using namespace std;
Int main()
{
cout<<endl<<"Name : Yash";
cout<<endl<<"City : Nanded";
return 0;
}

************Output*************
/*

Name : Yash
City : Nanded */
11-07-20, 1:56 p.m. Yashdarshankar


#include<ionstream>
using namespace std;
int main()
{
count<<"/nName : VAIBHAV";
count<<"/nCity : NANDED";
return 0;
}

output of the following program will be,

  Name : VAIBHAV
<span style="-webkit-text-size-adjust: 100%;">  City : NANDED</span>
<span style="-webkit-text-size-adjust: 100%;">
</span>
12-07-20, 5:40 p.m. VKurhewaf



#include<iostream>
using namespace std;
int main ()
{
cout<<"\nName : Swaraj";
cout<<"\nCity : Kolhapur";
return 0;
}

/*Output*/
Name : Swaraj
City : Kolhapur
31-03-21, 1:07 p.m. Kadam.Swaraj.Vinayak


#include<iostream>
using namespace std;
int main ()
{
cout<<"\nName : SHARDA MEGHWAL";
cout<<"\nCity : GURGAON";
return 0;
}
01-11-23, 5:19 p.m. smgehlot2004@gmail.com


/*program to print your name 
and city*/
#include <iostream>
using namespace std;
int main()
{
   cout<<"my name: Vaishnavi\n";
   cout<<"city: Chandrapur\n";
   return 0;
}

output:
my name: Vaishnavi
city: Chandrapur
21-01-24, 3:09 p.m. Vaishnavi2885


Log-in to answer to this question.