Rajkumar-Khatua / CloudVandana-Assignment

🌟 CloudVandana Assignments Discover concise and engaging Java, JavaScript, and HTML programs in this repository. Dive into coding challenges, from array shuffling to Roman numeral conversion. Elevate your skills and enjoy the coding journey! πŸš€πŸ’»

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ 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.

About

🌟 CloudVandana Assignments Discover concise and engaging Java, JavaScript, and HTML programs in this repository. Dive into coding challenges, from array shuffling to Roman numeral conversion. Elevate your skills and enjoy the coding journey! πŸš€πŸ’»


Languages

Language:Java 32.4%Language:HTML 24.1%Language:JavaScript 23.6%Language:CSS 20.0%