- Flowchart :
- Syntax :
while (condition test) { //Statements to be executed repeatedly // Increment (++) or Decrement (--) Operation }
- Program :
#include<stdio.h>
https://monitechvenkat1620.blogspot.com Program : #include <iostream> using namespace std; int c(int x, int y) { return...
No comments:
Post a Comment