Hello,
I need help with this ECE 2310 coding problem. Please show all the correct parts to this problem. I will provide the Problem that I want you to solve in the first image. please follow all of the directions for this problem.
What I want for you is to show a C# code in the .NET Fiddle C# Complier, for this problem.
Please provide a PICTURE or SCREENSHOT of the OUTPUT to make sure that the C# Code Program works and provide the code itself so I can see if it works or not.
Make sure the code works and I promise that I will rate you. Thank you very much.
C/C# type of programming without using classes (47%) Print a pattern (21%) 1. (21%). Write a C# program that (a) (5%) Reads an integer x from keyboard, then prints out a solid square of side x using the character "%" Test your program using x = 3, x = 5, and one integer x between 10 and 15 picked by you. (b) (7%) Reads an integer x from the keyboard and prints out a hollow square of side x using the character "%" For example, if x = 4, you print out %%%% %%%% %%%% %%%% * ** For example, if x = 4, then you print out %%%% % % %%%% Test your program using x = 3, x = 5, and one more integer of your choice (c) (9%) Reads an integer x from the keyboard and prints out triangle like below (for the case of x = 5, using nested for loop) *** **** % ***** % Test your program with x = 7 and x = 9.
Hello, I need help with this ECE 2310 coding problem. Please show all the correct parts to this problem. I will provide
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am