Create a program that asks the user to guess the color.
Create a mini quiz game program that asks the user three question.The starting score is 10 points.If the answer is incorrect,1poing is deducted from the score
Given a positive number, create an array with that number as the size and populate it with the items/names provided. Additionally, the program should print out the longest name in the array.
consider 3 possible scenarios of input: A character, number, or word. Your program should then do the following:
. Create a program in java that takes in an input from the user and checks whether it’s a number or a word. In case a number is entered the program should print the number to the power 3 and if a word is entered your program should split that word into 2.
What are the physical and virtual security risks?
Write the python program using only the import CSV to display the following:
https://drive.google.com/file/d/1OnN0RCvpVJ3A4x02DAOxWNSxJwJmJfm9/view?usp=sharing
NOTE:
DON'T USE ANY DIFFERENT MODULE, JUST IMPORT CSV
Write an Assembly Language code that rearranges any four (2) strings of doubleword values in an array expressing yourself during MCO with this Covid-19 pandemic. Then request a user to enter a name, before the program will reverse the name. All strings should be present in different colors. Repeat the output 2 times.
Write a C program for File Operations to get a character from the keyboard and print the entered character using fgetchar() and fputchar() function.
Runtime Input :
a
Output :
a
Design a C program to concatenate two messages and display of message and string length
Runtime Input :
string concatenate
Output :
stringconcatenate
17