subject

Alguien que me pueda ayudar en este codigo en c++ con do o while? 2- Una compañía de seguros está preparando un estudio concerniente de todos sus asegurados. Por cada asegurado se registra los siguientes datos: año de nacimiento y género (‘M’ o ´F’), se pide calcular: El porcentaje de asegurados menores de 30 años. El porcentaje de asegurados de género femenino y masculino. La mayor y la menor edad de los asegurados.
El registro de asegurados finaliza cuando se ingresa un año negativo.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:20
Write a program called assignment3 (saved in a file assignment3.java) that computes the greatest common divisor of two given integers. one of the oldest numerical algorithms was described by the greek mathematician, euclid, in 300 b.c. it is a simple but very e↵ective algorithm that computes the greatest common divisor of two given integers. for instance, given integers 24 and 18, the greatest common divisor is 6, because 6 is the largest integer that divides evenly into both 24 and 18. we will denote the greatest common divisor of x and y as gcd(x, y). the algorithm is based on the clever idea that the gcd(x, y) = gcd(x ! y, y) if x > = y and gcd(x, y) = gcd(x, y ! x) if x < y. the algorithm consists of a series of steps (loop iterations) where the “larger” integer is replaced by the di↵erence of the larger and smaller integer. this continues until the two values are equal. that is then the gcd.
Answers: 3
question
Computers and Technology, 22.06.2019 19:00
Which parts of a presentation should be the most general? a. introduction and conclusion b. introduction and outline c. outline and conclusion d. outline and body
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
:you areto design the controller for alight that functions both as an ordinary light and also as a motion activated light and alarm. a.if the manual switch s is on, then the light l is on. b.besides the manual switch, there is a motion detector, m1, which activatesthis light.c.if motion is detected but the light is on anyway because s is on, only then a secondoutput a, an alarm, is turned on. d.the disable switch, d, disables the motion activated light and alarmbut leaves manual control operation of the light using switch s.(i)read the problem statement and clearly identify the inputs and outputs for the circuit you are designing. (ii)create the truth table for this system; include the light, alarm, switch, disable, and the motion sensor.(iii)draw a schematic of this system.
Answers: 1
question
Computers and Technology, 23.06.2019 12:30
How is the brightness of oled of the diaplay is controled
Answers: 1
You know the right answer?
Alguien que me pueda ayudar en este codigo en c++ con do o while? 2- Una compañía de seguros está p...
Questions
question
Biology, 12.03.2021 21:50
question
English, 12.03.2021 21:50
question
Health, 12.03.2021 21:50
question
Mathematics, 12.03.2021 21:50
question
Spanish, 12.03.2021 21:50
Questions on the website: 13722360