[ad_1]
C Programme pour accepter un nombre et imprimer la table mathématique du nombre donné
# comprendre
# comprendre
principale( )
{
int i, t;
clrscr ();
printf («quelle table vous voulez:»);
scanf («% d», & t);
pour (i = 1; i <= 10; i ++)
printf (« n% d *% d =% d», t, i, i * t);
getch ();
}
# comprendre # comprendre principale( ) { int je,t; clrscr( ); printf(« lequel table u vouloir:« ); scanf(« %ré« ,&t); pour (je=1; je<=dix; je++) printf(« n%ré*%ré=%ré« ,t,je,je*t); getch( ); } |
[ad_2]
Telecharger ici