+ 2
int userVal=5;
int a[5]={1,2,3,4,5};
for(int i=0;i<5;i++)
{
if(a[i]==userVal)
//statements
}
13th Jul 2016, 10:04 AM
chaitanya guruprasad
Often have questions like this?
Learn more efficiently, for free:
Hot today
I need help to solve this
0 Votes
Project
0 Votes
Engineer Cloud
0 Votes
How to add comment in python?
0 Votes
Lua?
1 Votes
How do we code calculator
1 Votes



