(Solved) : Exercise 1 Write Pseudocode Draw Flowchart Program Print Following Lines Shown Note Myname Q44067816 . . .

Exercise 1: Write a pseudocode or draw a flowchart for a program to print the following lines as shown below: Note: myName and my_field_of_study needs to be replaced by your full name and field of study respectively. Hello! My name is: ** myName ** Field of Study: β my_field_of_study” Thanks π Exercise 2: Write a C program for the exercise 1. Exercise 3: Write a C program to display the following asterisk-face pattern: *************** * ** ** * * ** * * * * * **** * * * *** * Exercise 3: Write a C program to produce the following table, using proper escape sequences: x value 5 | 10 | expressions y= x+ 3 y= x+ 5 results y= 8 | y= 15 | Show transcribed image text Exercise 1: Write a pseudocode or draw a flowchart for a program to print the following lines as shown below: Note: myName and my_field_of_study needs to be replaced by your full name and field of study respectively. Hello! My name is: ** myName ** Field of Study: β my_field_of_study” Thanks π Exercise 2: Write a C program for the exercise 1. Exercise 3: Write a C program to display the following asterisk-face pattern: *************** * ** ** * * ** * * * * * **** * * * *** * Exercise 3: Write a C program to produce the following table, using proper escape sequences: x value 5 | 10 | expressions y= x+ 3 y= x+ 5 results y= 8 | y= 15 |
Expert Answer
Answer to Exercise 1: Write a pseudocode or draw a flowchart for a program to print the following lines as shown below: Note: myNa…
OR