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 see screenshot must code -------------------------------------------------------------------------- #include<iostream> using namespace std; void while_table(int x,int y) {int z = 0; whi…
table using while loop check screenshot must source code ____________________________________________________________________ #include<iostream> using namespace std; void main() { int x, y, z=0; cout << "Ent…
when user add any number this program show the table of this number use this code .................................................................................................. #include<iostream> using namespace std; v…