Skip to content

Latest commit

 

History

History
125 lines (70 loc) · 4.54 KB

README.md

File metadata and controls

125 lines (70 loc) · 4.54 KB

🚀 Embark on the CloudVandana Assignment Adventure!

Get ready for an exciting coding journey with CloudVandana! This assignment is your ticket to exploring Java, JavaScript, and HTML programs that will challenge your skills and ignite your passion for coding. Let's dive into the world of algorithms, logic, and creative problem-solving together! 🌐💻🚀

Java Assignment 🔗

Requirements

  • Java 8 or above

Java Assignment - Array Shuffler

Array Shuffler🔗

This Java program generates an array of integers and shuffles its elements using the Fisher-Yates shuffle algorithm. The shuffled array is then displayed.

How to run the program

  1. Compile the ArrayShuffler.java file.
  2. Run the ArrayShuffler.class file.
  3. View the console output to see the shuffled array.

Java Assignment - Roman to Integer Converter

Roman to Integer Converter🔗

This Java program converts a given Roman numeral to its corresponding integer value.

How to run the program

  1. Compile the RomanToIntegerConverter.java file.
  2. Run the RomanToIntegerConverter.class file.
  3. View the console output to see the integer value of the Roman numeral.

Java Assignment - Pangram Checker

Pangram Checker🔗

This Java program checks if a given string is a pangram or not. A pangram is a sentence that contains all the letters of the English alphabet at least once.

How to run the program

  1. Compile the PangramChecker.java file.
  2. Run the PangramChecker.class file.
  3. View the console output to see if the given string is a pangram or not.

JavaScript Assignment 🔗

Requirements

  • Node.js

JavaScript Assignment - Reverse Words in a Sentence

Reverse Words in a Sentence🔗

This JavaScript program reverses every word in a sentence.

How to run the program

  1. Open the Reverse Every Word in a Sentence.js file.
  2. Enter the sentence you want to reverse in the sentence variable.
  3. Run the program.

JavaScript Assignment - Sort Array in Descending Order

Sort Array in Descending Order🔗

This JavaScript program sorts an array of integers in descending order.

How to run the program

  1. Open the Sorting an Array in Descending Order.js file.
  2. Enter the array you want to sort in the arr variable.
  3. Run the program.

HTML Assignment 🔗

Requirements

  • Any web browser

HTML Assignment - Basic Calculator

Basic Calculator🔗

This HTML program is a basic calculator that performs addition, subtraction, multiplication, and division operations on any numbers.

How to run the program

  1. Open the index.html file.

HTML Assignment - Survey Form

Survey Form🔗

This HTML file presents a survey form with fields for personal information. It includes submit and reset buttons with necessary validations.

How to run the program

  1. Open the index.html file.

Authors

Rajkumar Khatua

Contact me at -

Acknowledgements

Thank you for the opportunity to work on this assignment. Your support and guidance are greatly appreciated.