Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions