Source code contains instructions written by a programmer specifying the actions to be performed by computer softwa
import java.util.Scanner;
public class JavaApplication70 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Input a String:");
String txt = scan.nextLine();
System.out.println("Input an integer:");
int num = scan.nextInt();
String newTxt = "";
int w = 0;
for (int i = txt.length()-1; i >= 0; i--){
char c = txt.charAt(i);
while (w < num){
newTxt += c;
w++;
}
w = 0;
}
System.out.println(newTxt);
}
}
I hope this helps!
Specify the tempo of a song
Answer:
What colors does she like most, and what colors best correlate with the subject of the website.
Explanation:
You want to have the color relate to the subject of the website, or just favorites!
Charts can either be embedded in a worksheet or placed in a separate chart sheet.