Multiplication Table using C Program || For Loop Problem : 05 || HSC ICT

preview_player
Показать описание


❓ Need mentor support?
or, Join our official Google Classroom: cx4hwdb

✅ Talk with Us ☺️ :

✅ Talk with me:

💲 For business: 01621025110 (What's App)

👌 তুমি যদি HSC Science Background এর শিক্ষার্থী হয়ে থাকো তাহলে নিচে দেয়া প্লেয়েলিস্ট গুলো দেখতে পারো 👌
✅ উচ্চতর গণিত ১ম পত্রঃ

#shikkhangonbd
#codeWithRedoy
#c
#c++
#cpp
#cprogramming
#coding
#programming
#MdFuadulIslamRedoy
Рекомендации по теме
Комментарии
Автор

#include<iostream>
#include<math.h>
#include<string>
using namespace std;
int main(){

int n;

cout<<"enter a number: ";

label1:
cin>>n;

if(n<0){
cout<<"invalid number!!"<<endl<<"please input positive number: ";
goto label1;
}
else{
for(int i = 1;i<=10;i++){

cout << n << " x " <<i << " = " << (i * n) << endl;

}

}

Orbit_bd
join shbcf.ru