15,611,704 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Member 15356357 (Top 8 by date)
Member 15356357
23-Apr-22 4:30am
View
okay i get it now thanks
Member 15356357
4-Apr-22 3:17am
View
is there any other way to connect them?
Member 15356357
23-Feb-22 9:10am
View
Thank you
Member 15356357
23-Feb-22 8:51am
View
thank you so much for the help..i understand now
Member 15356357
23-Feb-22 8:33am
View
the specific block i mean is like this ['1stlayer',1,2,3,4,5,
Member 15356357
23-Feb-22 8:32am
View
actually my teacher gives us in that way and we cant change the format or anything but we are only allowed to print the specific block from that list.. now idk how to print the specific block without printing the rest of the list. as ive said there i tried using indexing and it only gives me an error. i would really appreciate it if you could teach me.
Member 15356357
27-Oct-21 22:58pm
View
Thank you very much po
Member 15356357
27-Oct-21 9:30am
View
actually, the second nested loop is just for printing all array values that are from the first nested loop; the values that came from the user displayed in a column-major order. it has to look like this
Input array values
arr[0][0]: 22
arr[0][1]: 33
arr[0][2]: 44
arr[1][0]: 55
arr[1][1]: 66
arr[1][2]: 77
arr[2][0]: 88
arr[2][1]: 99
arr[2][2]: 23
array values
22 33 44
55 66 77
88 99 23
Process returned 10 (0xA) execution time : 9.402 s
Press any key to continue.
Show More