Practical Slip 15 - 2019 Pattern

Core Java:

A) Write a java program to search given name into the array, if it is found then display its index otherwise display appropriate message.  [15 M]

B) Write an applet application to display smiley face.  [25 M]


Python:

A) Write a Python class named Student with two attributes student_name, marks. Modify the attribute values of the said class and print the original and modified values of the said attributes.  [15 M]

B) Write a python program to accept string and remove the characters which have odd index values of given string using user defined function. [25 M]

Post a Comment

0 Comments