Skip to content

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

Java coding

Program to prints the numbers from 1 to 10.

December 3, 2023June 6, 2023 by Team EasyExamNotes

Write a program that prints the numbers from 1 to 10. Program in C Explanation: Output: Program in Java Explanation:

Program to convert string to uppercase or lowercase

December 3, 2023June 6, 2023 by Team EasyExamNotes

Write a program that takes a string as input and convert it to uppercase or lowercase. Program in C Explanation: Output: Program in Java Explanation:

Converts a number into integer, float, and string

December 3, 2023June 6, 2023 by Team EasyExamNotes

Write a program that takes a number as input and converts it into different data types such as integer, float, and string. Program in C … Read more

Write a program that swaps the values of two variables without using a temporary variable

December 3, 2023June 5, 2023 by Team EasyExamNotes

Program in C Explanation: In the main function, we demonstrate the usage of the swap function by swapping the values of two integers (num1 and … Read more

Write a program that swaps the values of two variables.

December 3, 2023June 5, 2023 by Team EasyExamNotes

Write a program that swaps the values of two variables using temporary variable. Program in C Explanation: Output: Program in Java Explanation:

© 2024 EasyExamNotes.com | Some content on this site was generated with the assistance of Google's Gemini AI and ChatGPT.