Hey, can you help me out , this is a program to print the matrix as z, how can i make the program print the letter z upside down | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Hey, can you help me out , this is a program to print the matrix as z, how can i make the program print the letter z upside down

https://code.sololearn.com/cYHE4eqcmxnb/?ref=app

11th Jun 2020, 3:32 PM
Duha
Duha - avatar
8 Respuestas
+ 5
U also missing return type in main function 🤣
13th Jun 2020, 11:44 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 2
Duha you're welcome..
12th Jun 2020, 3:27 PM
Jayakrishna 🇮🇳
+ 1
Where is program?
11th Jun 2020, 3:34 PM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 1
Have ypu already tried reverse Z? What problem did you face? If you have any errors in that particular code you can ask. As you have already tried Z, reverse(upside down) one won't be very hard. Give it a try. If there is any error then show your attempt.
11th Jun 2020, 3:53 PM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
0
🇮🇳Omkar🕉 I want to know the changes in the program so that z is printed upside down
11th Jun 2020, 8:09 PM
Duha
Duha - avatar
0
You mean to print in z pattern? If yes, print matrix by loop, fill values which are not needed by space.. If you mean to print N patterns (upside down), then just Interchange i, j (i.e row as coloum value, column as row value, as a[ i ][ j ] to a[ j ][ i ])... Hope this helps you...
12th Jun 2020, 2:47 PM
Jayakrishna 🇮🇳
0
Jayakrishna🇮🇳 Yes, this helped me, thank you so much
12th Jun 2020, 3:26 PM
Duha
Duha - avatar