Question: ADVANCE Problem 8 - Write a program that prints a triangle using hashtags. Your response must have at least 4 print statements to receive credit.

 ADVANCE Problem 8 - Write a program that prints a triangle

ADVANCE Problem 8 - Write a program that prints a triangle using hashtags. Your response must have at least 4 print statements to receive credit. Must look like a triangle to receive credit. - 1 point [40] : print ("#") print ("##") print ("###") print ("####"Y # # # # ## Problem 9 - Write a program that prints your first name using large letters using asterisks (*) horizonally. See P1.6 in your eBook. - 2 points [78] : print ("NAHRAIN" ) NAHRAIN Problem 10 - Write a program that prints your top three favorite movies using only one print statement. The result should list each movie on a separate line. - 2 points [ ] : Problem 11 - Write a program that prints three expressions on one line. Expression 1: "The result of 10 * 1000 =" & Expression 2: multiply 10 and 1000 & Expression 3: "Have a great day!" The result should print only one line. - 2 points

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!