C=100;
for i =1 to n do
{
for j = 1 to n do
{
temp = A[i][j] + C;
A[i][j] = A[j][i];
A[j][i] = temp - C;
}
}
for i= 1 to n do
for j = 1 to n do
Output ( A[i][j]);
๐ฏ๐
Are you looking to enhance your coding skills and dive deeper into the world of programming? Look no further than the "C++ PROGRAMMING" Telegram channel, managed by the knowledgeable and helpful @imabhi3030! In this channel, you will find a wealth of resources and support to help you navigate the complexities of C++ programming. Whether you are a beginner looking to get started or an experienced coder seeking to refine your skills, this channel is the perfect place for you. @imabhi3030 is dedicated to providing assistance and guidance to all members of the channel. If you have any questions or need help with a particular coding problem, simply reach out and they will be there to support you. Join the "C++ PROGRAMMING" channel today to connect with like-minded individuals, learn new coding techniques, and take your programming skills to the next level. Happy coding!
13 Nov, 03:16
13 Nov, 03:16
13 Nov, 03:16
11 Nov, 16:22