How can i make d calculation? I cant understand dis | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i make d calculation? I cant understand dis

27th Jun 2016, 9:34 AM
Minbash Minbash
Minbash Minbash - avatar
1 Answer
0
This u r having two numbers that is integers. ex: minbash = 5; // think it's a=5; munch = 4; // think it's b=4; TotalFriends = minbash + munch; // think it's c = a + b; cout <<"we both having :" + TotalFriends ; // total + c (c is having a+b value) output : 9
27th Jun 2016, 6:45 PM
Manjunath Hirapur
Manjunath Hirapur - avatar