/* PROGRAMME TO PRINT THE TABLE OF A GIVEN NUMBER USING FUNCTION */#include#includevoid table(int,int);void main(void){int num,i;printf("\n Programme to print the mathematical table of a number.");printf("\n Enter the number : ");scanf("%d",&num);printf("\n Upto how many multiples of the given number do you want? ");scanf("%d",&i);table(num,i);getch();}void table(int num,int i){for(int j=1;j
i want to write a simple without using pointer or array c program which will print greatest number when i give 20 number .........How far have you gotten so far?
write a program that reads a phrase and prints the number of lowercase latters in it using a function for counting? in C program
void main() { int a,b,c,d; clrscr(); printf("\n Enter the number for table = "); scanf("%d",&a); printf("\n Enter the number up to which you want to see the table = "); scanf("%d",&b); for(c=1;c<=b;c++) { d=a*c; printf("%d * %d = %d\n", a,c,d); } getch(); }
sdfdg
It is really simple to print an HTML table in PHP, all you have to do is the following: <?php print "<table>"; print "<tr>"; print "<td>hello</td>"; print "</tr>"; print "</table>"; ?>
/* PROGRAMME TO PRINT THE TABLE OF A GIVEN NUMBER USING FUNCTION */#include#includevoid table(int,int);void main(void){int num,i;printf("\n Programme to print the mathematical table of a number.");printf("\n Enter the number : ");scanf("%d",&num);printf("\n Upto how many multiples of the given number do you want? ");scanf("%d",&i);table(num,i);getch();}void table(int num,int i){for(int j=1;j
within inverted commas using two backslashes consequently .. we will print the backslash. ex: printf("//n it will gives output");
i want to write a simple without using pointer or array c program which will print greatest number when i give 20 number .........How far have you gotten so far?
write a program that reads a phrase and prints the number of lowercase latters in it using a function for counting? in C program
Use the option File / Print in the program you are using.
Oh, what a lovely request! In FoxPro, you can create a program to print all prime numbers from 1 to 100 by using a loop to check each number for divisibility only by 1 and itself. If it meets this criteria, you can print it out on the screen. Remember, every number is unique and special, just like a happy little tree in a vast forest.
public class Table { public static void main(String[] args) { int num=Integer.parseInt(args[0]); System.out.println("Table"); for(int i=1;i<=10;i++) { System.out.println(i+"*"+num+"="+i*num); } } } its the program using command line arrgument...but you have to write it in notepad and then save is into bin folder..then go through your Dos promt and then complie it by javac and then run it by java comment.in run time you should pass the value as a command line then execute...but if you want to excute this program into netbins its not allowed..then you have to take the number as a static way...
void main() { int a,b,c,d; clrscr(); printf("\n Enter the number for table = "); scanf("%d",&a); printf("\n Enter the number up to which you want to see the table = "); scanf("%d",&b); for(c=1;c<=b;c++) { d=a*c; printf("%d * %d = %d\n", a,c,d); } getch(); }
sdfdg
a triangle then a square :)
Oracle is a great program for creating a student detail in a table using HTML. One can even use a word processing platform too.