当前位置:首页
> Luz 第2644页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Irony - enhanced version
Given an English sentence, you are required to write a program to reverse the order of all the words in the sentence.###…
PROGRAMMING:Mean value of rational number
This problem requires programming to calculate the average value of N rational numbers.###Input format:Enter the first l…
PROGRAMMING:Document Distance
Plagiarism is a form of academic dishonesty. To fight with such misconducts, plagiarism checkers are developed to compa…
PROGRAMMING:BCD decryption
BCD number is a two digit decimal number expressed in one byte, and every four bits represent one bit. So if the hexadec…
PROGRAMMING:12-24 hours
Write a program that requires users to input 24-hour time, and then display 12 hour time.###Input format:Enter the 24-ho…
PROGRAMMING:Three digits in reverse order
Each time the program reads in a positive 3-digit number, and then outputs the number in reverse order. Note: when the i…
PROGRAMMING:Cm to FT in
If the values of feet $$and inches $$inch $$of English length are known, the corresponding meter is $$(foot + inch / 12)…
PROGRAMMING:Derivation of polynomials of one variable
Design function to find the derivative of polynomial of one variable.###Input format:The non-zero coefficients and expon…
PROGRAMMING:Word length
Your program reads in a line of text, which is separated by spaces into a number of words and ends with a ".". You need…
PROGRAMMING:Reduced minimal fraction
Fractions can be expressed in the form of numerator / denominator. Write a program, ask the user to enter a score, and t…