Error in the code i am not able to submit the code
Complete C++ Course
💡-arrays-wave-print-column-wise
sudhanshu8917
(Sudhanshu Kumar)
September 22, 2019, 4:30pm
#1
sgrarora3
(sagar arora)
September 22, 2019, 8:17pm
#2
@sudhanshu8917
on line no. 37, change cin>>C>>R; to cin>>R>>C;
and your code will work fine.