Enter the number of rows: 3 Enter the number of columns: 3 Row #1: 1- 2-3 Row #2: 4- 5-6 Row #3: 7-8-9 3-69 25-8 1.4 7

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

1. A Different Angle

by CodeChum Admin

It says here on the map that the secret treasure is behind this wall. The only writings on the wall are a bunch of numbers that don’t mean anything. There’s gotta be a way to get through this wall… hmmm.. What if we look at the numbers from a different angle? Quick, help me turn the numbers to 90 degrees counterclockwise!

Input

1. Number of rows

Constraints

The value is guaranteed to be >= 3 and <= 100.

Sample

3

2. Number of columns

Constraints

The value is guaranteed to be >= 3 and <= 100.

Sample

3

3. Elements

Description

The elements of the multidimensional array depending on the number of rows and columns

Constraints

All elements are non-negative and are all less than 100.

Sample

1·2·3 4·5·6 7·8·9

Output

The first line will contain a message prompt to input the number of rows. The second line will contain a message prompt to input the number of columns. The succeeding lines will contain message prompts for the elements of the multidimensional array. Lastly, a blank line is printed before the rotated 90-degrees anti-clockwise 2D array.

Enter the number of rows: 3
Enter the number of columns: 3
Row #1: 1 2 3
Row #2: 4 5 6
Row #3: 7 8 9
 
3 6 9
2 5 8
1 4 7
Lastly, a blank line is printed before the
main.c
>
+ c
Test Cases
rotated 90-degrees anti-clockwise 2D
1
array.
CE Run Tests
Enter the number of rows: 3
Enter the number of columns: 3
Row #1: 1.2 3
Test Case
Row #2: 4 5 6
1
Row #3: 7 8-9
3-6-9
Test Case
2-5-8
2
1.4-7
Transcribed Image Text:Lastly, a blank line is printed before the main.c > + c Test Cases rotated 90-degrees anti-clockwise 2D 1 array. CE Run Tests Enter the number of rows: 3 Enter the number of columns: 3 Row #1: 1.2 3 Test Case Row #2: 4 5 6 1 Row #3: 7 8-9 3-6-9 Test Case 2-5-8 2 1.4-7
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY