Showing posts with the label TableShow All
make table using for loop

make table using          for loop ----------------------------------------------------- #include <iostream> using namespace std; int main() { int a, b; cout << "enter table number="; cin >> a; …

table using whlie loop and function

table using whlie loop and function see screenshot must code  -------------------------------------------------------------------------- #include<iostream> using namespace std; void while_table(int x,int y) {int z = 0; whi…

table using while loop

table using while loop check screenshot must  source code ____________________________________________________________________ #include<iostream> using namespace std; void main() { int x, y, z=0; cout << "Ent…

How we make any table

when user add any number this program show the table of this number use this code .................................................................................................. #include<iostream> using namespace std; v…

Load More That is All