Computer Science, asked by aahelibalu13, 6 hours ago

Give output( show working) :

10 LET A=4

20 LET B= 2

30 LET C= (A^B) + (B^A)

40 PRINT C

50 END




whoever gives the first and right answer I will mark as brainliest...​

Answers

Answered by deepak9140
1

Explanation:

1. Write a C program to print your name, date of birth. and mobile number. Go to the editor

Expected Output:

Name : Alexandra Abramov DOB : July 14, 1975 Mobile : 99-9999999999

Click me to see the solution

2. Write a C program to get the C version you are using. Go to the editor

Expected Output:

We are using C18!

Similar questions