Please tell what will be the output when executed
int a=1; int s=0;
while (a<=5)
{
s=s+a;
a++;
}
System.out.println(s);
Answers
Answered by
1
Answer:
don't know bro
Explanation:
i don't know that subject but this app is not allowing me to use till I keep answer understand
Similar questions