math
if 8 counters are 6/12, then what is the one?
Programming
How come anytime I ask a question about programming or SQL on this website...I can never get any help?
Database Design (SQL)
I need help creating a query that shows the number of days left before the end of the term. I need the following functions to accomplish this: CONCAT, DAYOFYEAR, NOW. So far I have this for my query: SELECT CONCAT('There are ',DAYOFYEAR(NOW()),' ',DAYOFYEAR(NOW...
Database Design (SQL)
Hi I need help creating an SQL query to display each faculty member's last name, comma, first name as a CONCATenated element, then their salary as CONCATenated element with a dollar sign and comma. Then, the boss's last name, comma, first name as a CONCATenated element...
Programming Logic
I need to create a program that has (at least) two variables, char and num. I need to use nested loops to print char, a character, in the form of the following pattern on as many lines and as many times as specified by num. For example, if char is M and num is 5, t...
Programming Logic
I need help creating a program to display the integers from input[0] through input[1]. That is, if input[0] contains 4 and input[1] contains 8, the display 4,5,6,7,8 (on separate lines).
Programming
I need help creating a program to compare the value in input[0] with the value in input[1]. For example, if input[0] is less than input[1] print input[0] is less than input[1]; otherwise, print input[0] is not less than input[1
Programming Logic
I need to create a program that has (at least) two variables, char and num. I need to use nested loops to print char, a character, in the form of the following pattern on as many lines and as many times as specified by num. For example, if char is M and num is 5, t...
Programming Logic
I need help creating a program to display the integers from input[0] through input[1]. That is, if input[0] contains 4 and input[1] contains 8, the display 4,5,6,7,8 (on separate lines).
Programming Logic
I need help creating a program to compare the value in input[0] with the value in input[1]. For example, if input[0] is less than input[1] print input[0] is less than input[1]; otherwise, print input[0] is not less than input[1].
For Further Reading