Write a program in C++ that prompt a user to input his/her yearly gross income. Your program should display the yearly income and the computed tax due, using the table below. (BIR proposed the following Tax computation, with the following Tax Schedule) 0% on income less than 50000; 15% on income from 50000 to 150000; 25% on income from 150001 to 250000; 35% on income over 250000.
Discuss, form a symbolic interactionism perspective, how families transmit norms and values to learners though socialisation. Provide examples of this transmission
A battery consisting of three identical cells, each with internal resistance of 1.0 Ω is connected in a series with
5.0 Ω and 3.0 Ω resistors. The voltage across the 5 Ω resistor is 5V. Determine the (a) current flowing through the circuit, (b) voltage across the 3 Ω resistor, (C) terminal voltage of the cell, and (d) electromotive force of the cell.
List the functions of the respiratory system? (Short answer)
You are given a binary compass which shows the direction you are safe to go to.
The binary compass read n binary digits (bits) which interprets 1 to rotate 90o
to
the left and 0 rotate 90o
to the right. Initially you are facing North. Create a program
for this binary compass.
Sample Output 1:
Enter your name: Glenn G. Noynay
Hi! Glenn G. Noynay
Enter number of bits: 7
Enter 7 binaries: 0 0 0 0 0 0 0
Direction: Go West, Glenn G. Noynay!
Sample Output 2:
Enter your name: Rogelio P. Noynay
Hi! Rogelio P. Noynay
Enter number of bits: 5
Enter 5 binaries: 1 1 1 0 1
Direction: Go East, Rogelio P. Noynay!
Briefly explain the division within the theory of symbolic interactionism
How is blood pressure controlled? (short answer )
Write a menu driven program which has the following options:
1. Factorial of a number
2. Prime or not
3. Odd or Even
4. Exit
Once a menu item is selected the appropriate action should be taken and once
this action is finished, the menu should reappear. Unless the user selects the “Exit”
option the program should continue to work. You may use of an infinite while and
switch statement.
A stationary proton is accelerated through a potential difference of 83.5 kV. What speed did the proton acquire?
Make a program that prints out the first 8 multiples of a given integer y. Please use
for loop.
Sample output:
Enter a number: 7
7 14 21 28 35 42 49 56