- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 2
8 Posted Topics
Re: you can go to cloudconvert online | |
Re: you can back up your ipod to your computer or laptop | |
import java.util.*; public class Initials { public static void main (String [] args) { Scanner keyboard = new Scanner (System.in); String name; System.out.println("Please enter your full name including your middle name: "); name = keyboard.nextLine(); System.out.println(" "); int x = name.indexOf(' ')+1; String nameTwo = name.substring(x,name.length()); int y = nameTwo.indexOf(' … | |
Re: you can try to go into the search bar and search for the folder and or one of the documents if oyu remember what it is called | |
Write a program that fills a one-dimensional array with 10 random integers between 1 and 25. The program should perform the following tasks: 1. Print the contents of the array horizontally. 2. Print the sum of the contents of the array. 3. Print the maximum number in the array. 4. … | |
Re: Scanner keyboard = new scanner(System.in); System.out.print("please enter a number: "); textfieldone = keyboard.nextInt(); | |
Re: yes, you can backup everything to your computer or laptop |
The End.