User profile: Shravan40

User info
User name:Shravan40
Email:shravan.ma.iitkgp@gmail.com
Name:SHRAVAN KUMAR
Location:Kharagpur
Bio:Hello all
I am Shravan Kumar, 4th year UG student at Indian Institute of Technology , Kharagpur. I mainly do competitive programming i.e Algorithm based. I like C++ most because of STL.
Statistical data
Birthdate:Dec 13, 1992
Gender:Male
Occupation:Programmer
Skills:C
C++
Java
History
Joined:
Number of posts:3
Latest posts:

how do you declare and populate arrays of intergers
@Nathan2222 : Yeah, thank for pointing out unused variable. I removed the nCount from my code.

how do you declare and populate arrays of intergers
[code] #include <iostream> using namespace std; int main() { int Grades[5]; Grades[0] = 98; Gra...

Helppp please
You can get your desired output by this code. [code] #include <iostream> int main() { for(int...