1. Java Program to print Hello World
  2. Java Program to initialize a string and print
  3. Java Program to print first n Integers
  4. Java Program to find sum of two integer numbers
  5. Java Program to find sum of two integer numbers using Scanner Class
  6. Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
  7. Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
  8. Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
  9. Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
  10. Java Program to show usage of Enum which prints the size of coffee mug
  11. Java Program to add two binary numbers using ParseInt
  12. Java Program to subtract two binary numbers using ParseInt
  13. Java Program to multiply two binary numbers using ParseInt
  14. Java Program to divide two binary numbers using ParseInt
  15. Java Program to print all substrings of a given string
  16. Python Program to print Hello World
  17. Python Program to initialize different datatypes and print
  18. Python Program to print different formats of string
  19. C Program to print Hello World on the console
  20. C Program to initialize different datatypes and print the same on terminal
  21. C Program to show different formatting in output using printf
  22. C Program to print first n natural numbers using for loop
  23. C Program to print first n natural numbers using while loop
  24. C Program to print first n natural numbers using do while loop
  25. C Program to print first n prime numbers
  26. C Program to print prime numbers within given range
  27. C Program to print random number
  28. C Program to print random number within range
  29. C Program to print hello world using ASCII
  30. C Program to print first n odd numbers
  31. C Program to print first n even numbers
  32. C Program to print n odd numbers within range
  33. C Program to print n even numbers within range
  34. C Program to print first n odd and even numbers Type 1
  35. C Program to print first n odd and even numbers Type 2
  36. C Program to print the sum of n odd numbers using while
  37. C Program to print the sum of n odd numbers using do while
  38. C Program to print the sum of n odd numbers within range using for
  39. C Program to print the sum of n odd numbers within range using while
  40. C Program to print the sum of n odd numbers within range using do while
  41. C Program to print the sum of n even numbers using while
  42. C Program to print the sum of n even numbers using do while
  43. C Program to print the sum of n even numbers within range using for
  44. C Program to print the sum of n even numbers within range using while
  45. C Program to print the sum of n even numbers within range using do while
  46. C Program to print the sum of n odd and even numbers using while
  47. C Program to print the sum of n odd and even numbers using do while
  48. C Program to print the sum of n odd and even numbers within range using for
  49. C Program to print the sum of n odd and even numbers within range using while
  50. C Program to print the sum of n odd and even numbers within range using do while
  51. C Program to initialize array of strings and print on the terminal
  52. C Program to print prime numbers within a range using recursion
  53. C++ Program to print Hello World
  54. C++ Program to initialize different datatypes and print the same on terminal
  55. C# Program to print Hello World