answersLogoWhite

0

bfeeutn newurhe euirheniowje ejehe

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

Write an algorithm or draw a flowchart to display numbers from 100 down to 10?

n=100 loop until n = 9 print n n = n -1 end loop


What are the 2 types of flowchart?

1. High Level Flow Chart 2. Low Level Flow Chart


Why does Microsoft access auto number keep resetting by itself?

When you use the compact and repair tool, the Auto Number in a table will be reset to one greater than the largest existing AutoNumber value. For example, consider a table with an AutoNumber field that has 10 rows with autonumbered values from 1 to 10. If you delete rows 6, 9, and 10, and then compact and repair the database, the AutoNumber seed will be reset to 9 (1 greater than the maximum AutoNumber value in the table, which in this example is 8). If the table has no data in it, the AutoNumber will be reset to 1.


How do you make a program for a multiplipication table?

here- class tableof5 { public static void main() {int i; for(i=1;i<=10;i=i+1) {System.out.println("5"+"*"+i+"="+i*5); } } }


How to write C multiplication table?

/****************************************** * C Program to print MultiplicationTable * * Author of the Program: M.JAYAKUMAR..* * Date 23 Nov 2006 * * ***************************************/ #include<stdio.h> main() { int i, p=1, table[10]; /* define integres and array */ /* *************************** * Output Formating Begins * ***************************/ for(i=0;i<61;i++) printf("#"); printf("\n# Program to print Multiplication table of any number"); printf("\n# NOTE: To exit type 0 \n"); for(i=0;i<61;i++) printf("#"); /* *************************** * Output Formating ENDS * ***************************/ while(p != 0) { printf("\nWhich table "); scanf("%d",&p); /* takes input from input */ for(i=0;i<10;i++) /* Fills the array */ { if(p==0) /* Stratagy to exit the program Benins */ { printf("Exiting\n"); break; } /* Stratagy to exit the program ends */ table[i]=i+1; /* Fills the array with numbers 1 - 10 */ printf("%2d x %2d = %2d\n", p, table[i], p * table[i]); } } }

Related Questions

Flowchart to read 10 positive integers?

The flowchart to read 10 positive integers K>10 Start A N K=1 Sum = 0 Sum = Sum + K2 B Is Y Print K > 100? sum K=k+1 End B A


Difference between macor flowchart and micro flowchart?

1. Macro flowchart shows less information whereas micro flowchart shows more information. 2. Macro flowchart is easy to design as comparative to micro flowchart. 3. Macro flowchart is difficult to study and understand as comparative to micro flowchart.


Example of flowchart that will print and display a name 10 times?

There are many ways you can make a flowchart that will print and display a name 10 times. One example, will make you work with array, but you would input arr[1] for Sunday and arr[7] for Saturday.


What is the algorithm and flowchart to find Sum of natural numbers from 1 to10?

The general equation to find the sum of the numbers 1 to n is: (n*(n+1))/2So, for n=10, you have:(10*(10+1))/2(10*11)/2110/255


Display square root of 1 to 50 using flowchart?

1 =1


What are the release dates for The ScreenPrinters - 2013 An Intro to Screen Printing Shop 1-1?

The ScreenPrinters - 2013 An Intro to Screen Printing Shop 1-1 was released on: USA: 10 April 2013


What is the answer to -10- -1?

-9


Flowchart that computes the sum of 1 to 50?

flow chart that computes the sum from 1 to 50


What are the release dates for Table for 12 - 2009 Kevin and Kyle 1-10?

Table for 12 - 2009 Kevin and Kyle 1-10 was released on: USA: 11 May 2009


What are the release dates for How to Rock - 2012 How to Rock a Lunch Table 1-10?

How to Rock - 2012 How to Rock a Lunch Table 1-10 was released on: USA: 7 April 2012


What are the release dates for Emeril's Table - 2011 Real Mexican 1-10?

Emeril's Table - 2011 Real Mexican 1-10 was released on: USA: 30 September 2011


Draw truth table for AND OR Not?

.....0 10 | 0 01 | 0 1.....0 10 | 0 11 | 1 10 | 11 | 0