+ 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
Is this realistic enough?
2 Votes
Need friends
0 Votes
"Whatâs the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
Web Development
0 Votes
Please complete this code.
0 Votes