Suppose you are a renewable eneray engineer and you need to calculate the energy in some waves. Write aC program that performs the following 1 Declare two stuctues, the fist structure called Particle with the following members Angular requency (float), Anpitude (int) and inear density(oat) And the second structure called Wave with the kolowing menbers number (int), name (string), type (string), and Wavelartice (Partice) 2. Note i typelong then the wave is ongtudinal wave and i type ans then the wave is transverse 3 Ak the uner o enter the nformation of 5 waves and save them in an amay caled Spectrum 4 incude a lunction called Energy thal tokes the array Spectrum as an argument and calculate the energy () for al waves that have the tyoe Tranverse or wves that have the name Utrsound n the Spectum ay uing the folowing formula E - . Angular frequency?. Amplitude? linear density In the man cal the funchon Energy and prd thi orgy ke Tanverse or Usound woves e pectrum Aay Sample Outout Inter the information of 5 waves Wavel: Number 1 Name: Water Type Trans Angular frequency 10 linear densty 4.0 Amplitude: 3 Wave2 Number: 2 Name: Ultrasound Type: Long Angular frequency 2.0 linear densty: 4.0 Amplitude 3 Waves Number: 3

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Suppose you are a renewable energy engineer and you need to calculate the energy in some waves.
Write a C program that performs the following
1 Declare two stuctus, the first structure caled Particle with the following members Angular trequency (float), Ampitude (int) and inear density(foat) And the second structure caled
Wave with the kilowing members number (int), name (string), type (string), and WaveParticle (Particle)
2 Note if typelong then the wave is ongtudinal wave and if typeans then the wave is "ransverse
3 Ak the uner to enter the nformation of 5 waves and save them in an amay caled Spectrum
4 incudea tunction called Energy that takes the array Spectrum as an argument and calculate the energy (E) for al waves that have the type Transverse or wves that have the name
Ultrasound in the Spectrum aray iing the following formula
E = . Angular frequency?. Amplitude? . linear density
In the man cal the funcon Energy and pretthrgy kr Tanverse or Unound waves n the Spectrum Aay
Sample Outout:
Enter the information of 5 waves:
Wavel:
Number: 1
Name: Water
Type: Trans
Angular frequency: 1.0
linear density: 4.0
Amplitude: 3
Wave2:
Number: 2
Name: Ultrasound
Type: Long
Angular frequency : 2.0
linear density: 4.0
Amplitude: 3
Wave:
Number: 3
Transcribed Image Text:Suppose you are a renewable energy engineer and you need to calculate the energy in some waves. Write a C program that performs the following 1 Declare two stuctus, the first structure caled Particle with the following members Angular trequency (float), Ampitude (int) and inear density(foat) And the second structure caled Wave with the kilowing members number (int), name (string), type (string), and WaveParticle (Particle) 2 Note if typelong then the wave is ongtudinal wave and if typeans then the wave is "ransverse 3 Ak the uner to enter the nformation of 5 waves and save them in an amay caled Spectrum 4 incudea tunction called Energy that takes the array Spectrum as an argument and calculate the energy (E) for al waves that have the type Transverse or wves that have the name Ultrasound in the Spectrum aray iing the following formula E = . Angular frequency?. Amplitude? . linear density In the man cal the funcon Energy and pretthrgy kr Tanverse or Unound waves n the Spectrum Aay Sample Outout: Enter the information of 5 waves: Wavel: Number: 1 Name: Water Type: Trans Angular frequency: 1.0 linear density: 4.0 Amplitude: 3 Wave2: Number: 2 Name: Ultrasound Type: Long Angular frequency : 2.0 linear density: 4.0 Amplitude: 3 Wave: Number: 3
Suppose you are a computer engineer at GJU and you need to check the validity of password for MYGJU-Email.
Write a C program that is responsible for checking the validity of password entered by the user,
1 In the main function, declare a string that can hold uo to 50 characters and ask the user to enter a string
2. In separated function, check whether the string entered by the user s valid as.password The string is considered vald as password if its length is betwoen.10 to 15 characters, starts
with alchabets and comcosed of a mix of aphabets and numbers only
3. In the main tunction, print out the string and tell the user whother or not tis valid password based on the resut of part b
Hints: Test out the program by checking the following strings:
"Abc123. Not valid because its length a less than 10 characters
"aboryz12gh- Vialid
"abcdelhykimn- Not valt because t contains only alphabets
*1234567890123 Not valid because t contains only numbers
"abof1235123- Not valt becaume it contains special characters
A-
Transcribed Image Text:Suppose you are a computer engineer at GJU and you need to check the validity of password for MYGJU-Email. Write a C program that is responsible for checking the validity of password entered by the user, 1 In the main function, declare a string that can hold uo to 50 characters and ask the user to enter a string 2. In separated function, check whether the string entered by the user s valid as.password The string is considered vald as password if its length is betwoen.10 to 15 characters, starts with alchabets and comcosed of a mix of aphabets and numbers only 3. In the main tunction, print out the string and tell the user whother or not tis valid password based on the resut of part b Hints: Test out the program by checking the following strings: "Abc123. Not valid because its length a less than 10 characters "aboryz12gh- Vialid "abcdelhykimn- Not valt because t contains only alphabets *1234567890123 Not valid because t contains only numbers "abof1235123- Not valt becaume it contains special characters A-
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY