Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

2. Quotation Duo

by CodeChum Admin


Quotation marks are usually paired with a similar type, like a double quote (") paired with another double quote ("), and the same goes for single quotes ('). However, I'd like to try complicating things by putting together a pair of a double quote(") and a single quote(') in one statement!


Can you do this simple challenge?


Output


A line containing a string.


"'


1. Triple Slash

by CodeChum Admin


Samurais are so awesome! I'd like to imitate their amazing sword skills some time but I just don't have the courage to harm myself, so I'd just like to print out three forward slashes (\) to digitally imitate the samurai's triple slash skill. Haha!




Sounds easy, right? Then code it now!


Output


Three lines with a single backslash symbol.


\

\

\


my output:

12x^4 + 9x^3 - 5x^2 - 1x - 1


excepted output:

12x^4 + 9x^3 - 5x^2 - x - 1


For term Cix^Pi, if the coefficient of the term Ci is 1, simply print x^Pi instead of 1x^Pi.



Write a program to assist a college student in selecting an appropriate humanities or social science course as part of their degree.The college maintains a list of approved transfer courses that are available for AAS degrees like Computer Technology.use the following as eligible courses:

​Social science​ Humanities

​​ECO 210​​​​​ART 101

​​GEO 101​​​​​ENG 102

​​SOC 101​​​​​MUS 105

​​PSY 201​​​​​PHI 101

​​HIS 101​​​​​REL 101

​​PSC 201​​​​​

Create 2 lists for social science and humanities courses.Ask a student the course number they would like to take to fulfill the social science requirement.Search your list to see if the course is an acceptable course in that category.If so tell them the course they selected is fine.If not tell them that the course is not eligible and then display for them all the eligible courses.Repeat the same structure for humanities courses.The program should work for any number of courses in the lists


Explain with example
1. IP
2. Dpch
3. Https
4. Pop
5. icmp
6. Ospf
7. Tcplip
8.eirgp

Using visual studio (C#) create a program, name it PRGYOURNAMEFA1, that implements a search and replace function recursively. Your program should allow a user to enter a string , a substring to be replaced in the entered string and a character/s to replace the found substring 

Program Structure

1. A main class that implements the logic of the program – name this class TestSearchReplace

2. Add a class named SearchReplace to the main class with two methods, including:

a. SearchSubstring()- return method

b. ReplaceSubString() - void method

The two method should be called using an object in the main class. DONT CREATE THE TWO METHODS IN THE MAIN CLASS

Programs are much more useful if they can make decisions about what tasks need to be performed. Making a decision in a C programi usually involves testing the value of one or more variables. Which concept will be used? Explain it with the help of suitable examples.
Q2. If a five-digit number is input through the keyboard, Draw a flowchart to print code A as I three digits and code B as last two digits.

Example: Input: 12345

Code A: 123

Code B:45
Use the methods and a loop to develop a program that can display multiples of 10 until 150 on a single line. For example, the output should be like : 10, 20, 30, 40_..........
................, 150

Do you agree with the points given by the speaker Larry Smith In Why you will fail to have a great career? Give at least two (2) statements you support and another two (2) that you dislike. Defend your answer.


LATEST TUTORIALS
APPROVED BY CLIENTS