Java
Java
Roll No. 12
1. Display a message
31. Reading different types of data separated by space using Scanner class
32. Using printf() in Java
33. Using format() method for formatted output
34. Creating a 1D array, reading elements, and displaying them one by one
35. Accepting student marks in a 1D array and finding total and percentage
36. Sorting an array using bubble sort technique
37. Displaying a 2D array as a matrix
38. Transposing a matrix
39. 3D array for department-wise student marks
40. Displaying command line arguments
41. Adding two numbers using command line arguments
42. Creating a Jagged Array