Problem 1(Star patterns): Write a program using loops to display the following patterns : (i) ** ****: (ii) *** と** (ii) ** *** **** ***** ****** ******* ******** **** *** ***** *** (iv) ** *** ****...


Use C++ language


Problem 1(Star patterns): Write a program using loops to display the following patterns :<br>(i)<br>**<br>****:<br>(ii)<br>***<br>と**<br>(ii)<br>**<br>***<br>****<br>*****<br>******<br>*******<br>********<br>****<br>***<br>*****<br>***<br>(iv)<br>**<br>***<br>****<br>*****<br>******<br>*******<br>********<br>

Extracted text: Problem 1(Star patterns): Write a program using loops to display the following patterns : (i) ** ****: (ii) *** と** (ii) ** *** **** ***** ****** ******* ******** **** *** ***** *** (iv) ** *** **** ***** ****** ******* ********
(vi)<br>**<br>***<br>****<br>***<br>***<br>***<br>****<br>***<br>****<br>***<br>****<br>****<br>***<br>****<br>***<br>***<br>***<br>**<br>****<br>***<br>*****<br>****<br>****<br>**<br>**<br>***<br>*******<br>******<br>*****<br>****<br>***<br>**<br>Problem 2 (Save and Get Info) : Write a program that asks for the user's name, phone number, and<br>address. The program then saves all information in a data file (each information in one line) named list.txt.<br>Finally, the program reads the information from the file and displays it on the screen in the following format:<br>Name:<br>User's Name<br>Phone Number: User's Phone Number<br>Address:<br>User's Street Address<br>User's City, State, and Zip Code<br>

Extracted text: (vi) ** *** **** *** *** *** **** *** **** *** **** **** *** **** *** *** *** ** **** *** ***** **** **** ** ** *** ******* ****** ***** **** *** ** Problem 2 (Save and Get Info) : Write a program that asks for the user's name, phone number, and address. The program then saves all information in a data file (each information in one line) named list.txt. Finally, the program reads the information from the file and displays it on the screen in the following format: Name: User's Name Phone Number: User's Phone Number Address: User's Street Address User's City, State, and Zip Code

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here