Answer to Question #255987 in C++ for dee

Question #255987

write a program which loads (from keyboard)variables of four basic types

1.integer number(preferably short)


1
Expert's answer
2021-10-24T11:51:38-0400
#include <iostream>
#include <string>
using namespace std;




int main()  {  
	int integerNumber;  
	cout<<"Enter integer number: ";  
	cin>>integerNumber;
	cout<<"Integer number: "<<integerNumber<<"\n";  
	
	cin>>integerNumber;


	return 0;  
}  

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS