import java.util.*;
public class myClass {
public static void main(String args[]) {
Scanner scan = new Scanner(System.in);
System.out.print("Input a String: ");
String str = scan.nextLine();
System.out.print("Input an integer: ");
int num = scan.nextInt();
for(int i=str.length()-1; i>=0; i--) {
for(int j=0; j<num; j++) {
System.out.print(str.charAt(i));
}
}
}
}
Answer:
These all are constructors.
CONS
(CONS A B)
makes a pair like this: (A . B)
In other words, A is the CAR of the pair; B is the CDR of the pair.
For example:
(CONS 4 5) ==> (4 . 5)
(CONS 4 '(5 6)) ==> (4 5 6)
[The pair (4 . (5 6)) is the same thing as (4 5 6)].
APPEND
(APPEND A B)
makes a new list by replacing the final nil in A with the list B. A and
B must be proper lists.
For example:
(APPEND '(4) '(5 6)) ==> (4 5 6)
This takes any amount of number and put in this order
LIST
In this ,it will return a list whose elements are value of arguments in the order as it appeared in the LIST.It can take any amount of parameters
For example,
(LIST 4) ==> (4)
(LIST 4 5) ==> (4 5)
(LIST 4 5 '(6 7)) ==> (4 5 (6 7))
(LIST (+ 5 6)(* 5 6)) ==> (8 9)
wireless technology
television signals
telegraph cables
Answer:
Explanation:
Telephone lines
screen.
O Your app is functioning and ready to test.
O You have defined a use case.
O In this step, you defined your target audience and main goal.
The statements that are true about this step are:
A mobile application, sometimes known as an app, is a computer program or software application that is meant to operate on a mobile device, such as a phone, tablet, or watch.
An app is a software program that allows users to do certain functions on their mobile or desktop device. Apps are either pre-installed on your device or downloaded through a specialized app store, such as the Apple App Store. Apps are usually created in a variety of programming languages.
Learn more about Apps:
brainly.com/question/11070666
#SPJ1
89009951
Answer:
87650123
10990048
Explanation:
We have to find the 9's compliment of the given numbers
Now for the given data
a) given = 12349876
9's complement of the given number is calculated as:
99999999 - 12349876
or
= 87650123
b) given number = 89009951
9's complement for the given number 89009951 is calculated as:
99999999 - 89009951
or
= 10990048
Answer:
I THINK FALSE
Explanation:
Answer:
It's pie chart because it shows the percentage of multiple things.
Explanation:
And I did an exam aced it and got this question right.