Practical Slip 19 - 2019 Pattern

Core Java:

A) Write a Java program to display Fibonacci series using function.  [15 M]

B) Create an Applet that displays the x and y position of the cursor movement using Mouse and Keyboard. (Use appropriate listener). [25 M]


Python:

A) Write a Python GUI program to accept a number form user and display its multiplication table on button click.  [15 M]

B) Define a class named Shape and its subclass(Square/ Circle). The subclass has an init function which takes an argument (Length/radius). Both classes should have methods to calculate area and volume of a given shape. [25 M]

Post a Comment

0 Comments