Search can-you-use-a-past-tense-verb-with-a-present-tense-verb-in-the-same-sentence-is-this-sentence

Can you use a past tense verb with a present tense verb in the same sentence is this sentence

 
 

Top Questions

1.Hello im looking for some help with this proof tree, im supposed to use the rules i have attached. I would ...

I would love to get a written solution. I did the other proof tree that you can see in the attaached files. So its supposed to look like that Thank You.
View More

2.Considering your personal learning style, what are some steps you can take to improve your listening skills? Compose a substantive post ...

skills? Compose a substantive post where you discuss two or more facts/ideas/concepts/etc. covered in the scholarly sources that you utilized and explain how those facts/ideas/concepts/etc. relate to you applying your personal learning style to improve your listening skills. Be careful with citing your work, do not use more than 4 words from someone else writing. Be sure to write your posts in a Word or Google document (checking for anything underlined and use spell check) before copying and pasting to the Discussion Board
View More

3.CSE 1300 Problem Solving Practice Conditional Statements Question 1: Student Fees All KSU students pay fees in addition to their tuition. Using the code ...

nts pay fees in addition to their tuition. Using the code provided below as a starting point, write a conditional statement that determines how much a student will pay in fees. • Students registered for 1 – 4 hours pay $843 in student fees. • Students enrolled in 5 or more hours pay $993 in student fees. The program should also display a message to students who have not enrolled in any classes: “You are not enrolled in any classes right now.” NOTE: You must use the variables included in the code snippet get credit for this question. import java.util.Scanner; class Main { public static void main(String[] args) { int creditHours; int fees = 0; Scanner myScanner = new Scanner(System.in); System.out.print("Please enter the number of credit hours you are taking this term: "); creditHours = myScanner.nextInt(); myScanner.close(); //YOUR CODE GOES HERE } } Break the Problem Down Answer the following questions, then use the information to write your code. What are the inputs in the pseudocode above? (INPUT) What are we storing in the pseudocode above? (MEMORY) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 2: Block Tuition The cost of KSU’s tuition is determined by the number of credit hours a student enrolls in. Using the chart below, write a conditional statement (ONLY) that sets the value of a tuition variable to what that student will owe. NOTE: For this problem you can assume that all students are enrolled in a minimum of 12 hours. Number of Credit Hours 12 13 14 15 or more Cost (in USD) $2224 $2410 $2595 $2718 Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 3: Class Standing Undergraduate students will be classified based on the number of earned institutional hours. • Freshman: • Sophomore: • Junior: • Senior: 0 - 29 hours 30 - 59 hours 60 - 89 hours 90 hours or more Write a complete program that prompts the user for the number of credit hours they have completed. Write a conditional statement that prints out their class standing based on the information they provided. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Please enter the number of credit hours you have earned: 29 You are a freshman. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 4: Maximum Course Load KSU’s policy on maximum course loads during the academic year is as follows: A student in good standing may register for up to 18 hours. The Registrar may approve up to 21 hours for students with an institutional GPA of 3.5 or higher. Students Write a complete program that prompts the user for the number of credit hours they have signed up for. Write the necessary conditional statement(s) to address the stipulations in KSU’s policy. Once the maximum number of hours is determined, display a message to the user that states “You may enroll in X credit hours this semester.” where X is the number of credit hours determined by your program. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Please enter your GPA: 3.75 You may enroll in up to 21 credit hours this semester. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 5: First-Year Seminar All first-year full-time students entering Kennesaw State University with fewer than 15 semester hours are required to complete a First-Year Seminar. Students with 30 or more credit hours are not eligible to enroll in a First-Year Seminar. Write a complete program that prompts the user for the number of credit hours they have completed. Write the necessary conditional statement(s) to address the stipulations in KSU’s policy. When you run your program, it should display one of the following messages to the screen: • You must enroll in First-Year Seminar. • You do not have to take First-Year Seminar. • You are not eligible for First-Year Seminar. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Enter the number of credit hours have you completed: 30 You are not eligible for First-Year Seminar. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java
View More

4.Focus your lede on how people are affected. You will be graded based on the following: Your lede must be 35 words ...

de must be 35 words or less and one sentence. (10 pts.) Include the who, what, when, where and possibly the why and how in a one-sentence paragraph (a nut graph, or second one-sentence paragraph, can be used to explain the why and how if needed) (10 pts.) The most important information should come in the first 10 to 12 words (10 pts.) Write in active voice (10 pts.) Attribute the information (10 pts.) Use correct AP style (-2 pts for each AP style or grammar error). Here is the information for your lede: #2 - A man was doused with rubbing alcohol and set on fire Saturday because he ate the wrong Easter bunny. Irvine Police said a woman was angry because Paul Carter, 62, ate her chocolate Easter bunny. The man, who is confined to a wheelchair and has cancer, was eating the bunny at the Eastern Hills Nursing Home. He was taken to the University of California Irvine Burn Center with third-degree burns, police spokesman Milton Burel said.
View More

5.sample questions. I've attached. 2 hours 6 questions. it's a timed assignment so once we agree ill send the questions ...

end the questions over You have 2 hours to take this open-notes, open-book, open-computer, closed communication quiz. You must show your calculations to receive any credit for numerical answers. You may use an Excel sheet for your calculations (or type it directly into eCourses), but the answers to the questions MUST be typed into eCourses and clearly labeled. (You can attach your Excel sheet to a question on the quiz, or you can send it in an eCourses mail message immediately after you complete the quiz.)
View More

6.I am trying to figure out how to use the equation of a rainbow so I can make one with ...

istance of where I’m trying to make the rainbow from start to end is 126 blocks and I have no clue how to calculate this but if you could help me out I’d really appreciate it!
View More

7.En el centro comercial Read the paragraph and write the preterite forms of the verbs in parenthesis in the blanks. You ...

in the blanks. You should conjugate the verbs. Since you can not use accent marks in Brightspace, use a capital letter to indicate the position of the accent mark. For example: mamá======> mamA. Ayer fue un día muy especial. En la mañana mi mamá y yo fuimos (went) al centro comercial. Las tiendas___________1 (abrir) a las 10 de la mañana. Nosotras_____________2. (tomar) café y ______________ 3. (comer) el desayuno primero. Yo____________4. (visitar) muchas tiendas de zapatos y ropa. Mi mamá _______________ 5. (buscar) un regalo para el cumpleaños de mi hermano Jorge. Yo ___________6. (ver) vestidos muy bonitos pero muy caros. Finalmente yo ____________7. (comprar) una blusa blanca y una falda gris. Yo __________ 8. (gastar) todo el dinero que yo ______________ 9. (recibir) para mi cumpleaños. A las 6 de la tarde nosotras ____________ 10. (volver) a casa muy cansadas.
View More

8. Take me as someone who has always had an interest in air pollution, but doesn't have the time to learn ...

earn about it independently. I am hiring you to learn all that you can about it and put together a report that will summarize all the information so that I can learn as much as I can in as little time as possible. Here is what you need to include in your report: An explanation of air pollution. What is air pollution? // Explain 4 causes of air pollution. Explain 2 sources of air pollution. What are the toxins or pollutants that contaminate the air? Explain at least 5 effects of air pollution on human health and/or the environment. Explain 3 solutions to stopping air pollution. What can be done by the government or private organizations? Work cited page should also be included, listing all the sources you used to get your information. THIS REPORT SHOULD BE TYPED AND ORGANIZED IN 5 OR MORE PARAGRAPHS. READ THE RUBRIC BELOW CAREFULLY TO UNDERSTAND HOW THIS PROJECT WILL BE GRADED!! WORKS CITED PAGE General guidelines for citing sources: List entries alphabetically by author (if no author list title first) Separate entries with periods General format: Author, last name first. "Webpage title." Website title. Date published/updated. Organization/publisher. Date accessed. < URL > Example: Landsberger, Joseph. “Citing Websites." Study Guides and Strategies . 12 May 2005. University of X. 13 May 2005. < http://www.studygs.net/citation.htm >. These websites will format your citations for you: http://citationmachine.net/ & http://easybib.com/ **You should use google slides or powtoons to put together your information. You should have a minimum of 6 slides not including the title slide with your name.** DUE FRIDAY, APRIL 3, 2020 Rubric Criteria Points Information Included Three or more required elements are missing (not including additional facts). (20 points) 1 or 2 required elements are missing (not including additional facts). (30 points) All required information is present, but no additional information is given. (40 points) All required information is present, including two additional facts. (50 points) _________ Quality of information Information has little or nothing to do with the main topic OR sections do not provide any supporting detail or explanation. (5 points) Information clearly relates to the topic, but some sections are lacking detail and explanation. (10 points) Information clearly relates to the main topic and all sections include some supporting detail and explanation. (15 points) Information clearly relates to the main topic and all sections include significant supporting details and explanation. (20 points) ________ Format Title page is not present at all AND/OR there are errors in typing, spacing, no picture, etc. (5 points) Product has improperly formatted title page AND/OR no picture or not creative. (8 points) Product has incorrectly formatted title page and has pictures. (12 points) Product has a title page in the proper format, has pictures and is creative. (15 points) ________ Spelling/Grammar 5 or more grammatical, spelling or punctuation errors present throughout the product. (2 points) 3-4 grammatical, spelling or punctuation errors present throughout the product. (3 points) 1-2 grammatical, spelling or punctuation errors present throughout the product. (4 points) No grammatical, spelling or punctuation errors present throughout the product. (10 points) ________ Works Cited Works Cited page not present. (2 points) All sources are documented with 3-4 errors in format OR Works Cited is not done a separate page. (3 points) Works Cited is done on a separate page and all sources are documented with 1-2 errors in format. (4 points) Works Cited is done on a separate, properly headed page with all sources documented in proper Works Cited format. (5 points) ________ Total _____/100
View More

1.AU MAT 120 Systems of Linear Equations and Inequalities Discussion

mathematicsalgebra Physics