What are two examples of items in Outlook?

a task and a calendar entry
an e-mail message and an e-mail address
an e-mail address and a button
a button and a tool bar

Answers

Answer 1

Answer:

a task and a calendar entry

Explanation:

ITS RIGHT

Answer 2

Answer:

its A) a task and a calendar entry

Explanation:

correct on e2020


Related Questions

What is his resolution amount

Answers

I think it’s 92 I mean yh

B1:B4 is a search table or a lookup value

Answers

Answer:

lookup value

Explanation:

the language is Java! please help

Answers

public class Drive {

   int miles;

   int gas;

   String carType;

   public String getGas(){

       return Integer.toBinaryString(gas);

   }

   public Drive(String driveCarType){

       carType = driveCarType;

   }

   public static void main(String [] args){

       System.out.println("Hello World!");

   }

   

}

I'm pretty new to Java myself, but I think this is what you wanted. I hope this helps!

(1) Prompt the user to enter a string of their choosing. Output the string.
Ex: Enter a sentence or phrase: The only thing we have to fear is fear itself. You entered: The only thing we have to fear is fear itself.
(2) Complete the GetNumOfCharacters() function, which returns the number of characters in the user's string. Use a for loop in this function for practice. (2 pts)
(3) In main(), call the GetNumOfCharacters() function and then output the returned result. (1 pt) (4) Implement the OutputWithoutWhitespace() function. OutputWithoutWhitespace() outputs the string's characters except for whitespace (spaces, tabs). Note: A tab is '\t'. Call the OutputWithoutWhitespace() function in main(). (2 pts)
Ex: Enter a sentence or phrase: The only thing we have to fear is fear itself. You entered: The only thing we have to fear is fear itself. Number of characters: 46 String with no whitespace: The only thing we have to fear is fear itself.

Answers

Answer:

See solution below

See comments for explanations

Explanation:

import java.util.*;

class Main {

 public static void main(String[] args) {

   //PrompT the User to enter a String

   System.out.println("Enter a sentence or phrase: ");

   //Receiving the string entered with the Scanner Object

   Scanner input = new Scanner (System.in);

   String string_input = input.nextLine();

   //Print out string entered by user

   System.out.println("You entered: "+string_input);

   //Call the first method (GetNumOfCharacters)

   System.out.println("Number of characters: "+ GetNumOfCharacters(string_input));

   //Call the second method (OutputWithoutWhitespace)

   System.out.println("String with no whitespace: "+OutputWithoutWhitespace(string_input));

   }

 //Create the method GetNumOfCharacters

   public static int GetNumOfCharacters (String word) {

   //Variable to hold number of characters

   int noOfCharactersCount = 0;

   //Use a for loop to iterate the entire string

   for(int i = 0; i< word.length(); i++){

     //Increase th number of characters each time

     noOfCharactersCount++;

   }

   return noOfCharactersCount;

 }

 //Creating the OutputWithoutWhitespace() method

 //This method will remove all tabs and spaces from the original string

 public static String OutputWithoutWhitespace(String word){

   //Use the replaceAll all method of strings to replace all whitespaces

   String stringWithoutWhiteSpace = word.replaceAll(" ","");

   return stringWithoutWhiteSpace;

 }

}

Write a program that reads in 10 numbers from the user and stores them in a 1D array of size 10. Then, write BubbleSort to sort that array – continuously pushing the largest elements to the right side

Answers

Answer:

The solution is provided in the explanation section.

Detailed explanation is provided using comments within the code

Explanation:

import java.util.*;

public class Main {

//The Bubble sort method

public static void bb_Sort(int[] arr) {  

   int n = 10; //Length of array  

   int temp = 0; // create a temporal variable  

   for(int i=0; i < n; i++){  

         for(int j=1; j < (n-i); j++){  

           if(arr[j-1] > arr[j]){  

               // The bubble sort algorithm swaps elements  

               temp = arr[j-1];  

               arr[j-1] = arr[j];  

               arr[j] = temp;  

             }  

         }            

         }  

        }

 public static void main(String[] args) {

   //declaring the array of integers

   int [] array = new int[10];

   //Prompt user to add elements into the array

   Scanner in = new Scanner(System.in);

   //Use for loop to receive all 10 elements

   for(int i = 0; i<array.length; i++){

     System.out.println("Enter the next array Element");

     array[i] = in.nextInt();

   }

   //Print the array elements before bubble sort

   System.out.println("The Array before bubble sort");

   System.out.println(Arrays.toString(array));

   //Call bubble sort method

   bb_Sort(array);  

               

   System.out.println("Array After Bubble Sort");  

   System.out.println(Arrays.toString(array));

 }

}

Other Questions
118/13= 59/zwhat is the answer?? Simplify 9 to the 2nd power/ 9 to the 7th power How does the description of Madame Carambeaus house in paragraphs 1-2 contribute to the meaning of the passage? Its music someone please help which answer option best evaluates how well the following summary reflects the original passage? Scientists have changed the model of the atom as they have gathered new evidence. One of the atomic models is shown below. A purple center outlined in black with two concentric black circles around the center, the inner circle having 2 small green balls on it and the outer circle having 8 small green balls on it. What experimental evidence led scientists to change from the previous model to this one? A few of the positive particles aimed at a gold foil seemed to bounce back. The colors of light emitted from heated atoms had very specific energies. Experiments with water vapor showed that elements combine in specific proportions. Cathode rays were bent in the same way whenever a magnet was brought near them. PLS ANSWER HURRY!!!!!Does an animal's ability to recognize themselves in a mirror mean that they are self-aware and/ or have a self-concept? Explain? If the mass of Earth were increased by a factor of 8.00 , by how many times would the force between Earth and the Sun increase? You work in a grocery store warehouse recording shipments. A driver delivers 25 crates of strawberries for distribution. A store calls needing seven crates of strawberries. After you fill this order, how many crates of strawberries are available for other stores? The adjusted trial balance of Gary Cooper Co. as of December 31, 2014, contains the following. GARY COOPER CO. ADJUSTED TRIAL BALANCE DECEMBER 31, 2020 Debit Credit Cash $20,892 Accounts Receivable 8,340 Prepaid Rent 3,700 Equipment 19,470 Accumulated Depreciation-Equipment $6,315 Notes Payable 7,120 Accounts Payable 6,892 Common Stock 21,420 Retained Earnings 12,730 Dividends 4,420 Service Revenue 13,010 Salaries and Wages Expense 8,260 Rent Expense 2,154 Depreciation Expense 251 Interest Expense 189 Interest Payable 189 $67,676 $67,676Instructions: (a) Prepare an income statement. (b) Prepare a statement of retained earnings. (c) Prepare a classified balance sheet. I GIVE BRAINLY. Makoa is reading a book about Abraham LincolnWhich text feature would Makoa use to help him find the meaning of the word "emancipation"?O glossarytable of contentsindexpronunciation guide When performing a standard push-up, our hands should be placed on the ground... as close together as possible to make it the most challenging as close together as possible to make it the most challenging really wide to focus on chest development really wide to focus on chest development just outside our shoulders 3252614683754629158741032465x93756356872264881+432757232878247-3243566= Scientists are experimenting with pure samples of isotope X which is radioactive. The sample has a mass of 20. Grams. The half-life was measured to be 232 seconds. There is a second sample that weighs 80 grams. What is the half-life of the second sample can someone help me solve this system. thanks2y = 63(x + y) = 12 What is the constant RATIO (how do you you multiply ) of the exponential curve that passes through the points (0, 3) and (5, 96) ? Fun and Earning Question if you're boredTechnology is always changing. What do you think technology will change or bring to photography next? Explain your answer. how can radioactive decay be used to date rocks? 6. Now, revise your definition for waves to include energy and matter. A wave is a phenomenon that... Which was NOT a reason immigrants came to the U.S.?Select one:a. Better Farmlandb. More Factory Jobsc. Religious Freedomd. Escape War