1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Sladkaya [172]
3 years ago
15

Assume that name has been declared suitably for storing names (like "Amy", "Fritz" and "Moustafa"). Assume also that stdin is a

variable that references a Scanner object associated with standard input. Write some code that reads a value into name then prints the message "Greetings, NAMEVALUE!!!" on a line by itself where NAMEVALUE is replaced the value that was read into name. For example, if your code read in "Hassan" it would print out "Greetings, Hassan!!!" on a line by itself.
Computers and Technology
1 answer:
aniked [119]3 years ago
3 0

Answer:

void main(){

string name;

printf("Enter Name\n");

stdin("%s",&name);

Printf("\nGreetings %s",name);

}

Explanation:

Here scanf is represented by stdin and we are using that scanner object to read the string value from user.The value which we read are printed in a new line using printf .The format specifier %s in printf is replaced by name variable

You might be interested in
This diagram shows a number of computing devices connected to the Internet with each line representing a direct connection.
AVprozaik [17]

Answer: C

Explanation: had an assignment and this was the answer

5 0
3 years ago
What might happen if you haven't decided on a course of action when you're within 4-6 seconds of the intersection?
Delicious77 [7]
You Could Cause An Accident To Happen.
7 0
3 years ago
The best way for you to communicate with the school is through
REY [17]
A. Because you can easily call the school without wasting too much time
4 0
3 years ago
Video texted are an example of multimedia because<br>​
Artemon [7]

Explanation:

The name "multimedia" itself tells us that, it involves "multiple types of media".

There are 5 different types of media which comes under multimedia. They are "text, video, audio, graphics, animation".

Text: A plain text

Audio: The musical background or any type of audio

Video: Visuals taken through cameras

Graphics: The use of diagrams in calculation and design

Animation: Moving pictures.

So video texted involves "more than one type of media" so this can be called as "multimedia".

4 0
3 years ago
Help ASAP!!! During which phase of a well-structured study session is each occurring?
gladu [14]

Answer:

1. drill

2. discuss

3. review

4. prepare

Explanation:

Your Welcome!

7 0
2 years ago
Read 2 more answers
Other questions:
  • Select the correct answer.
    6·1 answer
  • Jeremy’s office is in an earthquake prone area. His web server is in his office. What step should he take to protect the data on
    5·1 answer
  • What do yo need to do for device manager to display nonpresent devices?
    9·1 answer
  • When you tell an acquaintance your telephone number, you do not recite the digits one by one at a constant rate, as in "3, 3, 7,
    11·1 answer
  • What is the full form of bcc please tell​
    15·2 answers
  • Berikan contoh perameter sebuah meja.​
    12·1 answer
  • If you wanted to have wireless connectivity in your home or​ apartment, you would need a​ _________________ to move packets of d
    11·1 answer
  • Can someone help me with this
    10·1 answer
  • Is social media bringing people together or cause in sepretation?​
    11·2 answers
  • Write a program to output 3 lines of text with the following information:
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!