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
Copy file name to clipboardExpand all lines: Status/Day 2.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ print(tpl)
47
47
### **Question:**
48
48
49
49
>***Define a class which has at least two methods:***
50
-
>****getString: to get a string from console input***
51
-
>****printString: to print the string in upper case.***
50
+
>****getString: to get a string from console input***
51
+
>****printString: to print the string in upper case.***
52
52
53
53
>***Also please include simple test function to test the class methods.***
54
54
@@ -193,9 +193,9 @@ print(",".join(D))
193
193
194
194
>***Write a program which takes 2 digits, X,Y as input and generates a 2-dimensional array. The element value in the i-th row and j-th column of the array should be i * j.***
195
195
196
-
>***Note: i=0,1.., X-1; j=0,1,¡Y-1. Suppose the following inputs are given to the program: 3,5***
196
+
>***Note: i=0,1.., X-1; j=0,1,¡Y-1. Suppose the following inputs are given to the program: 3,5***
0 commit comments