Declare an array to store the marks of 100 students and then write the code to input
data into the array.
Write a complete program that will convert Malaysian Ringgit to Japanese Yen and
Singapore Dollar. The user will have to input an amount in Malaysian Ringgit and the
program will then display its equivalent amount in Japanese Yen and Singapore Dollar
c++ program to get two integers from the user x,y and calculate x power y using recursion and pointers
Create an arrow function that receives three arguments (num1 , num2 ,
num3 ) o Calculate total and return sum, display on a console.
Create an array that receives [ name, surname, gender, age]
o Prompt user to enter those variables.
o Display list of users
Headings
• Name | Surname | Gender | Age
o Make use of For loop to run prompt and display your array.
Smallest Among 3 Numbers
Write a Python Program of Smallest Among 3 Numbers.It Consists of two test cases
The below link contains Smallest Among 3 Numbers - question, explanation and test cases
https://drive.google.com/file/d/1K71VQiyuDGYWTPDW3v2r6G9V3ZV8If0y/view?usp=sharing
We need all test cases can be come while code was run
Increment the number
Write a Python Program of Increment the number.It Consists of two test cases
The below link contains Increment the number - question, explanation and test cases
https://drive.google.com/file/d/1aV-eysW_M5HQQ_u3Lx7EcM3UowScytTr/view?usp=sharing
We need all test cases can be come while code was run
Positive or Negative
Write a Python Program of Positive or Negative.It Consists of two test cases
The below link contains Positive or Negative - question, explanation and test cases
https://drive.google.com/file/d/1XdyNtoVwIHz1PCcmapAAgm2w_X2TFhxV/view?usp=sharing
We need all test cases can be come while code was run