first question
1- Write 2 functions:
- c_to_f(ctemp)
- f_to_c(ftemp)
These should convert from Celsius to Fahrenheit and Fahrenheit to Celsius
F = Temp_C * (9/5) +32
C = (Temp_F-32) *(5/9)
Create a Loop that will print the following:
A. A table of temperatures from -50 F to 220 F and each number in between (counting by 10)
B. A table of temperatures from 0 C to 120 C and each number in between (counting by 10)
For instance for number 1
-50 F -45.55 C
-40 F -40 C
….
0 F -17 C
…
…
210 F 98.88 C
220 F 104.44 C
second question:
2- -Write a function called is_prime(N) that returns True if N is prime and False if N is not Prime.
third question:
3- Write a function fibonacci(N) which will print out N items of the fibonacci sequence
Looking for a solution written from scratch with No plagiarism and No AI?
WHY CHOOSE US?
We deliver quality original papers |
Our experts write quality original papers using academic databases.We dont use AI in our work. We refund your money if AI is detected |
Free revisions |
We offer our clients multiple free revisions just to ensure you get what you want. |
Discounted prices |
All our prices are discounted which makes it affordable to you. Use code FIRST15 to get your discount |
100% originality |
We deliver papers that are written from scratch to deliver 100% originality. Our papers are free from plagiarism and NO similarity.We have ZERO TOLERANCE TO USE OF AI |
On-time delivery |
We will deliver your paper on time even on short notice or short deadline, overnight essay or even an urgent essay |