Write a program that Square n numbers & show result in Tabular form(Pass by value, Pass by reference)
Write a program that Square n numbers & show result in Tabular form(Pass by value, Pass by reference)
write a java code that print the largest number of an array,
write a java code that declare an array which has 8 different numbers. Print the numbers of that array in reverse order.
Print the largest number of an array,
Write down a java program which will print a staircase pattern of * with 10 levels.
Write a program to take input for students (id, name, cgpa) until id is given zero, put those student info into a linked list or add those student info at the tail of linked list. After adding all those students, print all student info into a binary file. Create another program to read the entries again.