Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Should be written in Microsoft Visual Studio 2017 and use beginner C++ skills. to calculate the approximate time for electrons to travel from cathode to

Should be written in Microsoft Visual Studio 2017 and use beginner C++ skills.

image text in transcribed

to calculate the approximate time for electrons to travel from cathode to Write a C/C++ program anode of a rectifier tube. This time can be calculated from the following expression qv 3 10 42 216 where time-time for electron to travel from cathode to anode in seconds qcharge of the electron (1.60206e-19 coulombs) m-mass of the electron (9.1083e-31 kilograms) v-accelerating voltage in volts ri -radius of the inner tube (cathode) in meter r2-radius of the outer tube (anode) in meter z = natural logarithm of r2 ( z = ln (r2) ) essor directives of the program. The program Define q and m as constants after the preproc should read the values of v, r, and r from the keyboard. The program should then calculate z and time and print the values of v, ri, r2, and time to the screen. Test the program for v- 10volts, r1-2mm and r,-4mm

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions

Question

6. Is all Internet training the same? Explain.

Answered: 1 week ago