This content originally appeared on DEV Community and was authored by Jamoliddin0710
n raqamini o'qing va shu raqam karra jadavalini chop eting
#include <iostream>
using namespace std;
int main()
{
int n;
cin >> n ;
int i = 1;
while( 10 > i)
{
cout << n << "*" << i << "=" << n * i << endl ;
i++;
}
return 0;
}
This content originally appeared on DEV Community and was authored by Jamoliddin0710
Print
Share
Comment
Cite
Upload
Translate
Updates
There are no updates yet.
Click the Upload button above to add an update.
APA
MLA
Jamoliddin0710 | Sciencx (2022-04-23T23:44:01+00:00) while loop 2. Retrieved from https://www.scien.cx/2022/04/23/while-loop-2/
" » while loop 2." Jamoliddin0710 | Sciencx - Saturday April 23, 2022, https://www.scien.cx/2022/04/23/while-loop-2/
HARVARDJamoliddin0710 | Sciencx Saturday April 23, 2022 » while loop 2., viewed ,<https://www.scien.cx/2022/04/23/while-loop-2/>
VANCOUVERJamoliddin0710 | Sciencx - » while loop 2. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/23/while-loop-2/
CHICAGO" » while loop 2." Jamoliddin0710 | Sciencx - Accessed . https://www.scien.cx/2022/04/23/while-loop-2/
IEEE" » while loop 2." Jamoliddin0710 | Sciencx [Online]. Available: https://www.scien.cx/2022/04/23/while-loop-2/. [Accessed: ]
rf:citation » while loop 2 | Jamoliddin0710 | Sciencx | https://www.scien.cx/2022/04/23/while-loop-2/ |
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.