answersLogoWhite

0

Simply: design an application, that accept one number, then put it in a loop that repeat is ten times.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

How to design a DFA that accepts an identifier in c language?

letter -> [a-zA-Z] digit -> [0-9] identifier -> letter|_(letter|digit|_)


Features of project design in project?

Numbers, pictures and words


What is visual interest?

A visually interesting event would be one that incorporates different kinds of media and features eye-catching displays, design, and lighting.


Differwnce between datasheet and design view?

A datasheet view displays data in a tabular format, showing records and fields in rows and columns, making it easy to view and edit data entries. In contrast, a design view is used for creating and modifying the structure of a database object, such as tables, queries, or forms, allowing users to define field types, properties, and relationships. Essentially, the datasheet view is focused on data management, while the design view focuses on database structure and design.


How do you design an If-Then statement or a flowchart with a single alternative decision structure that assigns 20 to the variable y and 40 to the variable z if the variable x is greater than 100?

Design an If-Then statement (or a flowchart with a single alternative decision structure) that assigns 0 to the variable b and assigns 1 to the variable c if the variable a is less than 10. Design an If-Then-Else statement (or a flowchart with a dual alternative decision structure) that assigns 0 to the variable b if the variable a is less than 10. Otherwise, it should assign 99 to the variable b. The following pseudocode contains several nested If-Then-Else statements. Unfortunately, it was written without proper alignment and indentation. Rewrite the code and use the proper conventions of alignment and indentation. If score < 60 Then Display "Your grade is F." Else If score < 70 Then Display "Your grade is D." Else If score < 80 Then Display "Your grade is C." Else If score < 90 Then Display "Your grade is B." Else Display "Your grade is A." Design nested decision structures that perform the following: If amount1 is greater than 10 and amount2 is less than 100, display the greater of amount1 and amount2. Rewrite the following If-Then-Else If statement as a Select Case statement. If selection == 1 Then Display "You selected A." Else If selection == 2 Then Display "You selected 2." Else If selection == 3 Then Display "You selected 3." Else If selection == 4 Then Display "You selected 4." Else Display "Not good with numbers, eh?" End If Design an If-Then-Else statement (or a flowchart with a dual alternative decision structure) that displays “Speed is normal” if the speed variable is within the range of 24 to 56. If speed holds a value outside this range, display “Speed is abnormal.” Design an If-Then-Else statement (or a flowchart with a dual alternative decision structure) that determines whether the points variable is outside the range of 9 to 51. If the variable holds a value outside this range it should display “Invalid points.” Otherwise, it should display “Valid points.” Design a case structure that tests the month variable and does the following: If the month variable is set to 1, it displays “January has 31 days.” If the month variable is set to 2, it displays “February has 28 days.” If the month variable is set to 3, it displays “March has 31 days.” If the month variable is set to anything else, it displays “Invalid selection.” Write an If-Then statement that sets the variable hours to 10 when the flag variable minimum is set. End If End If End If End If

Related Questions

Design aspect of delay between successive displays?

Design aspect of delay between successive displays


Who invented the Tix led Clock?

The Tix LED clock was invented by DesignByTouch in Australia. It is a unique and modern clock design that displays the time using a grid of sliding numbers.


The lower pane of the query window which displays the design of the query pane is?

It is known as the design grid.


What are other examples of flowcharting?

Design a flowchart that accepts a single value and print BSCS for true result and BSIM otherwise? Design a flowchart that accepts a single value and print BSCS for true result and BSIM otherwise?


How would you design a for loop that displays the following set of numbers 0 10 20 30 40 50 up to 1000?

In C-Language for (int i = 0; i < 1010; i = i +10) { printf(i); }


Did the board displays design reflect the likes or interests of its target audience?

board display


What type of file format displays an article as it was published and includes page numbers?

The PDF (Portable Document Format) is the file format that displays an article as it was published, preserving the layout, fonts, images, and overall design. It includes page numbers and allows for easy sharing and printing while ensuring that the document appears the same on different devices. PDFs are widely used for formal documents, academic articles, and reports.


Which companies make corner displays?

Some companies that make corner displays are Waddell, Southern Enterprises, and Coaster Home Furnishings. Other companies include Design Toscano and Pulaski.


Who can tell us how to make store displays?

There are many contractors that have connects or know people that design the store displays. Construction workers may know about exterior work, it depends of the area.


How do you design a table top display?

Table top displays being the multi functional unit and are easy to assemble and also more flexible. impact-displays offers varieties of portable Table Top Displays which are sure to fit your Trade Show needs


Good places for decorating motivation?

You can find design ideas by visiting design stores. Look through their displays and also through magazines for suggestions. Do what's best for your space.


Design an algorithm that accepts an input a decimal number and converts it into binary coded decimal representation also draw its flow chart?

192.168.1.1