Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 896 Bytes

File metadata and controls

32 lines (17 loc) · 896 Bytes

CloudVandana-ASE-Coding-Assignment


I have established this repository for the coding assignment associated with the role of Associate Software Engineer (ASE) at CloudVandana. Within this repository, I have incorporated three distinct tasks encompassing Java, JavaScript, and HTML-CSS.


JAVA

Task-1: Create a ShuffleArray function to shuffle the Array.

Task-2: Create a RomanNumberToInteger function to convert Roman numberals to Integer.

Task-3: Create a PangramChecker function to check whether the sentence Pangram or not.


JavaScript

Task-1: Create a reverseWords function to reverse the sentence entered by user.

Task-2: Create a sortDescending function to sort the Array.


HTML

Task-1: Create a basic Calculator using Html, Css & JavaScript

Task-2: Create a Survey Form using Html,Css & JavaScript