Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a C# program that accepts the name, age and address fa person. The program must display the data entered. fer below for sample
Write a C# program that accepts the name, age and address fa person. The program must display the data entered. fer below for sample output. Sample Output: Name: Juan dela Cruz Age: 20 Address: Smart, Gonzaga, Cagayan Good day Mr./Ms. Juan dela Cruz! You are 20 years old from Smart, Gonzaga, Cagayan. 2. Write a C# program that accepts 3 grades then display their average and a "Thank You" message just below the average. Sample Output: Enter Grade 1: 90 Enter Grade 2: 85 Enter Grade 3: 80 Average: 85 Thank You! 3. Write a C# program that computes the circumference and area of a circle. Declare pi as constant with a value of 3.1416. Sample Output: Enter Radius: 10 Circumference :62.832 Area :314.16 4. Write a C# program that converts your weight from kilograms to pounds. Declare your variables as floating 5:06 0.00 7 KBS LENS - Unit-2-Han.68d13676d35e7c Age: 20 Address: Smart, Gonzaga, Cagayan Good day Mr./Ms. Juan dela Cruz! You are 20 years old from Smart, Gonzaga, Cagayan. 2. Write a C# program that accepts 3 grades then display their average and a "Thank You" message just below the average. Sample Output: Enter Grade 1: 90 Enter Grade 2: 85 Enter Grade 3: 80 Average: 85 Thank You! 3. Write a C# program that computes the circumference and area of a circle. Declare pi as constant with a value of 3.1416. Sample Output: Enter Radius: 10 Circumference :62.832 Area :314.16 4. Write a C# program that converts your weight from kilograms to pounds. Declare your variables as floating point types. Use the conversion Ikg-2.2 lbs. Sample Output: Enter your weight (kg): 100 You weigh 220.0 Ibs. I U !!! Write a C# program that accepts the name, age and address fa person. The program must display the data entered. fer below for sample output. Sample Output: Name: Juan dela Cruz Age: 20 Address: Smart, Gonzaga, Cagayan Good day Mr./Ms. Juan dela Cruz! You are 20 years old from Smart, Gonzaga, Cagayan. 2. Write a C# program that accepts 3 grades then display their average and a "Thank You" message just below the average. Sample Output: Enter Grade 1: 90 Enter Grade 2: 85 Enter Grade 3: 80 Average: 85 Thank You! 3. Write a C# program that computes the circumference and area of a circle. Declare pi as constant with a value of 3.1416. Sample Output: Enter Radius: 10 Circumference :62.832 Area :314.16 4. Write a C# program that converts your weight from kilograms to pounds. Declare your variables as floating 5:06 0.00 7 KBS LENS - Unit-2-Han.68d13676d35e7c Age: 20 Address: Smart, Gonzaga, Cagayan Good day Mr./Ms. Juan dela Cruz! You are 20 years old from Smart, Gonzaga, Cagayan. 2. Write a C# program that accepts 3 grades then display their average and a "Thank You" message just below the average. Sample Output: Enter Grade 1: 90 Enter Grade 2: 85 Enter Grade 3: 80 Average: 85 Thank You! 3. Write a C# program that computes the circumference and area of a circle. Declare pi as constant with a value of 3.1416. Sample Output: Enter Radius: 10 Circumference :62.832 Area :314.16 4. Write a C# program that converts your weight from kilograms to pounds. Declare your variables as floating point types. Use the conversion Ikg-2.2 lbs. Sample Output: Enter your weight (kg): 100 You weigh 220.0 Ibs. I U !!!
Step by Step Solution
★★★★★
3.33 Rating (165 Votes )
There are 3 Steps involved in it
Step: 1
Question 1 Source code ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started