Euphemia (trungvan3697mrae54)

trungvan3697mrae54

Geek Repo

Location:New York

Github PK Tool:Github PK Tool

Euphemia's repositories

Find-the-final-velocity-and-print-the-result-to-the-screen-knowing-the-initial-velocity-acceleratio

Suppose a car has an initial velocity v0, an acceleration a and a time t. Write a C++ program to find the final speed of the car and print the result to the screen.

Stargazers:1Issues:0Issues:0

Write-a-C-program-to-compute-expression-values-and-print-the-results-as-required.

Write a C++ program to compute expression values and print the results as required.

Stargazers:1Issues:0Issues:0

Write-a-program-to-list-all-prime-numbers-less-than-n.-

Write a program to list all prime numbers less than n. Positive integer n is entered from the keyboard

Stargazers:1Issues:0Issues:0

Write-a-program-to-list-all-prime-numbers-less-than-n.-Positive-integer-n-is-entered-from-the-keyboa

Write a program to list all prime numbers less than n. Positive integer n is entered from the keyboard

Stargazers:1Issues:0Issues:0

Write-a-program-to-parse-integer-n-into-prime-factors-in-Python.-Example-100-2x2x5x5

Write a program to parse integer n into prime factors in Python. Example: 100 = 2x2x5x5

Write-a-Python-program-to-convert-any-integer-N-to-base-B-2-B-32-

Write a Python program to convert any integer N to base B (2 <= B <= 32)