Practical Slip 12 - 2019 Pattern

Core Java:

A) Write a java program to display each String in reverse order from a String array.  [15 M]

B) Write a java program to display multiplication table of a given number into the List box by clicking on button.  [25 M]


Python:

A) Write a Python GUI program to create a label and change the label font style (font name, bold, size) using tkinter module.  [15 M]

B) Write a python program to count repeated characters in a string.

Sample string: 'thequickbrownfoxjumpsoverthelazydog'

Expected output: o-4, e-3, u-2, h-2, r-2, t-2  [25 M]

Post a Comment

0 Comments