You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C program that generates random NxN matrices filled with 'B', '2', 'C' characters using a conditional loop. It ensures the final matrix contains more occurrences of the horizontal pattern 'B2B' than 'C2C'.
This Repository contains code files of Variables, Arithmetic, Conditional, Logical Operators, Data Type, Branching with if,elif and else, Iteration with while and foor loop, and reusable code with Functions in Python. Its also contain Some Practice Questions on all above mention topics in Python.