Google Answers Logo
View Question
 
Q: COMMENTING THE CORRECT INFORMATION ABOUT VARIABLES & FUNCTIONS ( No Answer,   0 Comments )
Question  
Subject: COMMENTING THE CORRECT INFORMATION ABOUT VARIABLES & FUNCTIONS
Category: Computers > Programming
Asked by: doylexx-ga
List Price: $20.00
Posted: 22 Apr 2006 11:18 PDT
Expires: 22 Apr 2006 12:00 PDT
Question ID: 721757
I am new at programming and the question is how do I explain in the
comments area each of the below (or what they do)\

#include <iostream>  					//

int main()
{
	int integer1, integer2, sum;			//

	std::cout  << "Enter first integer\n";		//
	std::cin >> integer1;    //
	std::cout << "Enter second integer\n"; 	//
	std::cin >> integer2;   				//
	sum = integer1 + integer2;  			//
	std::cout << "Sum is " << sum << std::endl;  //

	return 0;  					//
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy