• Using Php Script write a program that will compute the students average
• The user will input the following:
Name
Math
Science
English
• If the average is equal and above 75, it will display “Congratulations. You passed the semester” otherwise “You failed the semester.”
getsize return the size of collection
getsize return the size of collection
Q1. Draw the logic diagram, logic expression, the timing diagram and truth table of the output for a simple car alarm system.
Q2. Discuss the Logic Diagram in Q1 and reduce the logic expression to its simplest form if possible
Q1. Draw the logic diagram, logic expression, the timing diagram and truth table of the output for a simple car alarm system.
Q1. Draw the logic diagram, logic expression, the timing diagram and truth table of the output for a simple car alarm system.
Write one dimensional array java program that ask to the user to enter the array
size and reads n integers, compute their average, and find out how many
numbers are above the average. Your program first enter the array size and reads
the numbers and computes their average, then compares each number with the
average to determine whether it is above the average.
Sample Input/Output:
How many numbers do you have?6
Enter a value for array [1]:100
Enter a value for array [2]:10
Enter a value for array [3]:1000
Enter a value for array [4]: 500
Enter a value for array [5]: 200
Enter a value for array [6]: 77
List of elements: 100 10 1000 500 200 77
The sum of the 6 elements: 1887.00
The average of the 5 elements: 314.50
Numbers above average: 4
Write a program that approximate e using a loop that terminates the difference between the two successive values of e is less than 0.0000001
Given an integer number N as input. Write a program to print the double triangular pattern of N lines using an asterisk(*) character as shown below.There is space after each asterisk character. using while loop
(3)
v. Option to output the above sorted records and plot the graph (Use MS
Excel to plot graph) .
(6)
vi. A user friendly interface with to prompt user to input, select option, back &
exit.
(b) Draw the flowchat (Use MS Powerpoint)