Want this question answered?
Be notified when an answer is posted
int length int breadth int area= (length x breadth) print area
PRINT "Give me the rectangle's length.": Input L PRINT "Give me the rectangle's width.": Input W PRINT "The rectangle's area is "; L x W PRINT "The rectangle's perimeter is "; 2 x (L + W) PRINT "You've been a great audience. I'm here til Thursday. Don't forget to tip your waiter. Have a nice day."
10 CLS 20 FOR N = 1 TO 10 30 PRINT N, N^2, N^3 40 NEXT N 50 PRINT: PRINT "Oooweee! That was such fun!" 60 END
1 CLS 2 PRINT "Please to tell me the length of the side of the square." 3 INPUT S 4 PRINT 5 PRINT "The perimeter of the square is "; 4 * S 6 PRINT 7 PRINT "The area of the square is "; S ^ 2 8 PRINT 9 PRINT "That was truly a total blast. Would you like to play again ? 'Y' or 'N' ." 10 INPUT A$ 11 IF A$ = "Y" or A$ = "y" then PRINT "Goody! " : GOTO 2 12 IF A$ = "N" or A$ = "n" then PRINT "Well OK then. Goodbye": END 13 PRINT: PRINT "Please to type a 'Y' to play again, or a 'N' to quit for now." 14 GOTO 10
they need to calculate how big to make something or what the area of a drawing is and their job is kind of making a blue print which needs math
int length int breadth int area= (length x breadth) print area
All the smallest factors of a number must be its smallest factor, which for any number is 1, so: loop loop loop print "Enter an integer number: ": input n until num(n) do print "Please enter a number" repeat until n = int(n) do print "Please enter an integer" repeat print "Smallest factor of ":n:" is 1" repeat
two-dimensional artworkArtwork that has a length and width is usually a painting, print or sculpture.
as
35 in.
To effectively remove print from glass surfaces, you can use a mixture of vinegar and water, or a commercial glass cleaner. Apply the solution to the print, let it sit for a few minutes, then wipe it off with a clean cloth or paper towel. Repeat if necessary until the print is completely removed.
CLS PRINT "PROGRAM: Calculate both perimeter/area of rectangle" PRINT INPUT " Length"; length INPUT "Breadth"; breadth PRINT PRINT "Perimeter: "; 2 * (length + breadth) PRINT " Area: "; length * breadth END
A leopard print dress that is knee length is fine if you are a guest and not in the wedding party.
PRINT "Give me the rectangle's length.": Input L PRINT "Give me the rectangle's width.": Input W PRINT "The rectangle's area is "; L x W PRINT "The rectangle's perimeter is "; 2 x (L + W) PRINT "You've been a great audience. I'm here til Thursday. Don't forget to tip your waiter. Have a nice day."
https://www.cia.gov/library/publications/the-world-factbook/print/in.html
To create hand print art, start by choosing your desired colors of paint. Next, apply the paint evenly on your hand and press it firmly onto a piece of paper or canvas. You can repeat this process with different colors and hand positions to create a unique and colorful hand print art piece.
To create a linocut print, first, draw your design on a linoleum block. Then, carve out the negative space using linocut tools. Apply ink to the block and press it onto paper to transfer the design. Repeat this process for multiple prints.