This site requires JavaScript, please enable it in your browser!
Greenfoot back
Sauravbasyalking12
Sauravbasyalking12 wrote ...

2020/8/26

About this answers

Sauravbasyalking12 Sauravbasyalking12

2020/8/26

#
Q1.Using a while loop, write the code that will play one of your games' sound files7times. Q3.Consider the following code: int x = 25; int i = 1; while (i < 5){x = x -5; i += 1;} What is the value of x after this code has executed?What is the value of iafter this code has executed?
danpost danpost

2020/8/26

#
It would not be right to just give answers to assignments or homework questions here.
You need to login to post a reply.