Program to test loop-while Get link Facebook X Pinterest Email Other Apps November 13, 2022 ap2k#include<iostream>using namespace std; //program to test loop-while. int main(){ int n; cin>>n; while(n>0){ cout<<n<<endl; cin>>n; } return 0; } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment