Вопрос задан 06.06.2023 в 01:40. Предмет Английский язык. Спрашивает Демидова Наталья.

Answer in C. A 1 Where 2 When 3 Who 4 How 5 Why 6 What did you buy? did you go? did you go with?

did you get there? did you pay? с A friend from work. By bus. Yesterday. £29. -To the shops. Because I wanted to. 7 How many A shirt. 8 How much Only one. T7.4 Listen and check. Practise the questions and answers.
0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Кот Давлат.

Ответ:

A

1 Where did you go?

2 When did you go?

3 Who did you go with?

4 How did you get there?

5 Why did you go?

6 What did you buy?

C

1 How many did you pay?

2 How much did you pay?

3 How many did you buy?

4 How much did you buy?

7 How many did you buy?

8 How much did you pay?

A friend from work.

By bus.

Yesterday.

£29.

To the shops.

Because I wanted to.

A shirt.

Only one.

0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

Sure! Here's a C program that implements the given conversation:

c
#include <stdio.h> int main() { int choice; printf("Choose a question:\n"); printf("1. Where\n"); printf("2. When\n"); printf("3. Who\n"); printf("4. How\n"); printf("5. Why\n"); printf("6. What did you buy?\n"); printf("7. How many\n"); printf("8. How much\n"); scanf("%d", &choice); switch(choice) { case 1: printf("I went to the shops.\n"); break; case 2: printf("Yesterday.\n"); break; case 3: printf("A friend from work.\n"); break; case 4: printf("By bus.\n"); break; case 5: printf("Because I wanted to.\n"); break; case 6: printf("I bought a shirt.\n"); break; case 7: printf("Only one.\n"); break; case 8: printf("£29.\n"); break; default: printf("Invalid choice.\n"); break; } return 0; }

This program prompts the user to choose a question by entering a number, and based on the input, it provides the corresponding answer. The answers are taken from the given conversation.

0 0

Топ вопросов за вчера в категории Английский язык

Последние заданные вопросы в категории Английский язык

Задать вопрос