InterviewSolution
Saved Bookmarks
| 1. |
Find the values of x andy in the following parallelogram. |
|
Answer» Answer: hey mate plz attach the figure of parallelogram.. plz MARK my answer as BRAINLIEST The for loop do have all its declaration (INITIALIZATION, condition, iteration) at the TOP of the BODY of the loop. Adversely, in while loop only initialization and condition is at the top of the body of loop and iteration may be written anywhere in the body of the loop. |
|