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 π
- Java 8 or above
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.
- Compile the
ArrayShuffler.java
file. - Run the
ArrayShuffler.class
file. - View the console output to see the shuffled array.
Roman to Integer Converterπ
This Java program converts a given Roman numeral to its corresponding integer value.
- Compile the
RomanToIntegerConverter.java
file. - Run the
RomanToIntegerConverter.class
file. - View the console output to see the integer value of the Roman numeral.
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.
- Compile the
PangramChecker.java
file. - Run the
PangramChecker.class
file. - View the console output to see if the given string is a pangram or not.
JavaScript Assignment π
- Node.js
Reverse Words in a Sentenceπ
This JavaScript program reverses every word in a sentence.
- Open the
Reverse Every Word in a Sentence.js
file. - Enter the sentence you want to reverse in the
sentence
variable. - Run the program.
Sort Array in Descending Orderπ
This JavaScript program sorts an array of integers in descending order.
- Open the
Sorting an Array in Descending Order.js
file. - Enter the array you want to sort in the
arr
variable. - Run the program.
HTML Assignment π
- Any web browser
Basic Calculatorπ
This HTML program is a basic calculator that performs addition, subtraction, multiplication, and division operations on any numbers.
- Open the
index.html
file.
Survey Formπ
This HTML file presents a survey form with fields for personal information. It includes submit and reset buttons with necessary validations.
- Open the
index.html
file.
Rajkumar Khatua
Thank you for the opportunity to work on this assignment. Your support and guidance are greatly appreciated.