Write Linux Shell script to display current working directory.
Write Linux Shell script to display current date and time
write a program find mean,median and mode by using functions in python
Shah Aiman is a software developer in I-Mity Theme Park Resort. He was asked by his
supervisor to develop an application for capturing customers’ personal information and
booking information. Te theme park also awards its customers with loyalty points.
Besides that, the application can also be used to get feedback from the customers such
as customers’ satisfaction. Finally, the customer service department can analyze the
data and make a report to the top management.
Write a program to ask the user to input a value representing a score on a test. The value entered should be between 0 and 100. Use a IF control structure to output a message containing the letter grade corresponding to the score using the following table. Include pseudocode and flowchart
Score Letter grade
0-40 F
41-55 D
56-70 C
71-85 B
86-100 A
You are searching for information on the cellphone suppliers Vodacom and Cell C excluding MTN. What would you type into a database search to find the most relevant sources for your topic?
a.
Vodacom AND Cell C AND MTN
b.
Vodacom OR Cell C AND MTN
c.
Vodacom OR Cell C NOT MTN
d.
Vodacom AND Cell C NOT MTN
Write a program in C++ using repetition structures to print the following pattern. You are not
allowed to use nested loops.
****
***-
**--
*---
By using do while loop
Write a program that enter a number from user and display its factorial. e.g. factorial of 5 is
1 X 2 X 3 X 4 X 5=120. Where is N<=10. by using do while loop
Write a program that asks the user to type 10 integers. The program must compute how many even and
odd numbers were entered along with number that are divisible by 7. By using do while loop
write a program that enter number from user and display its factorial.e.g. factorial of 5 is 1×2×3×4×5=120. Where N<=10