Open AvgLoop. It should provide SOME guidance for today’s assignment, but don’t just copy-paste….THINK.

Slides:



Advertisements
Similar presentations
Does each sentence begin with a capital letter? Underline the beginning letter of each sentence. Is there a. ! ? after each sentence? Circle the punctuation.
Advertisements

Talking Letters Consonants Lessons 1 - 5
1 Session-15 CSIT 121 Spring 2006 Selection with Switch~Case Selection with Switch~Case Need an integer or character to test for Need an integer or character.
1 10/25/06CS150 Introduction to Computer Science 1 Reading from and Writing to Files.
(a) (b) (c) (d). What is (1,2,3)  (3,4,2)? (a) (1, 2, 3, 4) (b) (1,2)  (3,4) (c) (1,3,4,2) (d) (3,1)  (4,2)
PowerPoint by: Heather Hanna, Westside Title
Silent Dismissal Administrator Quick Start Guide.
How to Setup Step for Yahoo . Yahoo Go to and click on Yahoo Mail. Click on the “Sign Up” link that appears.
These letters are the kings and queens of Alphabet School.
Wong Wai Ling, Lam Pui Ki Identification number  clearly identify a person or a thing Check digit  an extra digit for the purpose of error.
Mastering Char to ASCII AND DOING MORE RELATED STRING MANIPULATION Why VB.Net ?  The Language resembles Pseudocode - good for teaching and learning fundamentals.
C++ Programming: From Problem Analysis to Program Design, Fifth Edition, Fifth Edition Chapter 7: User-Defined Functions II.
Manipulating Text In today’s lesson we will look at: why we might want to pick out parts of text strings some BASIC functions that can be used to chop.
Counting Methods Review General Guidelines. Fundamental Counting Principle Each category outcome is independent of any other category outcome OR Items.
When all the objects are not distinct objects
How to Reset Your APICS Password Tutorial Also available at:
Pre-Algebra 9-7 Independent and Dependent Events Learn to find the probabilities of independent and dependent events.
1 Project 3 String Methods. Project 3: String Methods Write a program to do the following string manipulations: Prompt the user to enter a phrase and.
QUIZ: FRIDAY! Waffle Wednesday: Tuesday. Do-While Loops A do-while loop is always guaranteed to iterate at least once. This is because the condition is.
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 11 So Many Paths … So Little Time.
Page 1 Cash Application By MIS Department. Page 2 Enter your User ID and Password here Note: User ID and Password are initially assigned by MIS. You will.
CPSC 233 Tutorial 5 February 2 th /3 th, Java Loop Statements A portion of a program that repeats a statement or a group of statements is called.
Do you know your vowels????? No Yes These letters are the vowels: And sometimes:
Do-While Loops A do-while loop is always guaranteed to iterate at least once. This is because the condition is evaluated at the end of the loop, instead.
Word Business Want a word, we’ve got it. The one stop shop for any word you need. If we haven’t got it, you don’t need it.
J.P. Morgan Private Investments Web Site
Broker training for Callidus Cloud EnvisionRxPlus for 2018
Logical Functions Excel Lesson 10.
Agenda Warmup Lesson 1.4 (double precision, String methods, etc)
Chapter 7: User-Defined Functions II
Input and Output Upsorn Praphamontripong CS 1110
Click the mouse button or press the Space Bar to display the answers.
The Selection Structure
Introduction to Scripting
Condition Statements.
ASSIGNMENT NO.-2.
The UK Tier 1 Entrepreneur Visa and the UK Representative of Overseas Business Visa - SmartMove2UK
Agenda Warmup Lesson 2.5 (Ascii, Method Overloading)
IPC144 Introduction to Programming Using C Week 1 – Lesson 2
Introduction to the E-rate Productivity Center (EPC)
Managing text flow Page Setup
More Loops.
Manipulating Text In today’s lesson we will look at:
In Class Programming BIS1523 – Lecture 11.
Spring Term 1 - Group 1 Wk 5 HFW Monday Tuesday Wednesday Thursday
Make a Booklet Fold paper in half..
Year 2 Autumn Term Week 13 Lesson 2
Year 2 Autumn Term Week 13 Lesson 2
Logging in to CIITS.
Make a Booklet Fold paper in half..
(c) 2004 MCSC Technology Training
Class Examples.
Chapter 5: Control Structure
How to Initiate a Reserve Request
Variables & getting info from the user
String Processing 1 MIS 3406 Department of MIS Fox School of Business
Agenda Warmup Lesson 1.6 (Do-while loops, sentinels, etc)
Agenda Warmup Lesson 1.4 (double precision, String methods, etc)
Python Strings.
Agenda Warmup Lesson 1.6 (Do-while loops, sentinels, etc)
6-6 Parallel and Perpendicular Lines
Starter Which of these inventions is: Used most by people in Britain
Types of Errors And Error Analysis.
How to set up your account
ASCII and Unicode.
String Handling.
Warranty screenshots.
Day 1: Getting Started with Microsoft Excel 2010
Presentation transcript:

Open AvgLoop. It should provide SOME guidance for today’s assignment, but don’t just copy-paste….THINK.

(NameLoops) Have the user enter their full name (together, NOT separately). Error check: It must contain a space, AND it must also be at least 5 characters long, including the space. Display each letter (and the space) on a separate line. Display how many vowels appear in the name, how many consonants, and how many times the letter k appears. For each of these 3 numbers, display whether or not it is even or odd.