MOD 4 Assessing your eating habits

Part 1: For this assignment, you will analyze the foods that make up a meal you eat at home on a regular basis (a minimum of 3 items).
Perform an Internet search to find the “USDA Dietary Guidelines” that apply to you (age, gender, calorie count). This information should be readily available in a variety of locations including ChooseMyPlate.gov.
For the three (3) items you selected above, list the ingredients and nutritional information from each food label and then compare them to the USDA Daily Recommended guidelines.
Now that you have compared your sample meal to the USDA recommendations, write a short reflection describing how your eating habits compare to these recommendations.
Present Part 1 in a 1-2 page paper written in APA format.

Part 2: Create a flyer, pamphlet, or brochure that could be handed-out at a grocery store. It should reflect and incorporate information you have learned about Health Education/Promotion. The document can be created using a variety of Microsoft tools including: Word, PowerPoint, or Publisher. (If you would like to use a different tool, please discuss it with your instructor before proceeding.)
Your document should:
take a clear position
support the position with accurate information
show awareness of the audience
demonstrate passion/conviction
Please submit a References page in APA format.
Submit your completed assignment to the drop box below. Please check the Course Calendar for specific due dates.
Save your assignment as one of the following:
Microsoft Word document (Mac users, please remember to append the “.docx” extension to the filename.)

Microsoft PowerPoint presentation (Mac users, please remember to append the “.pptx” extension to the filename.)

1st year HTML/CSS/JS assigment very basic

I have wireframes done out already and the home page to go off of its extremely basic as this is a 1st year assigment. All i want is the layout placed and ill insert the pictures and text,
1. Very basic Hambuger icon for the menu’s
2. Photo slide gallery with clickable tumbnails (use placeholders ill fill the real ones in)

Any other questions let me know

530 Discussion 3 RJ

Provide feedback to the attached document discussion. The first part is the original question. The reply needs to be based on the response below it.

– must include 2 peer-review journals as support
– Include 1 bible verse
– Write in FIRST PERSON. As an example. ( I agree with you on the…, I think you made a valid point when…, I differ with you on…) DO NOT USE PHRASE SUCH AS. ” This writer had a valid point on…”

To develop a simple card game Blackjack or otherwise known as 21

Write a program for the game in Task 1(Blackjack).
In your solution,
1. You may encode cards as follows (using c# enums)
2. You may use game play logic (algorithm)as given below
a. Deal players and the house two cards
b. Hide the houses first card if not Blackjack
c. Display players and houses hands
d. Deal additional cards to players
e. Reveal houses first card
f. Deal additional cards to house
3. You may write and use methods flip a card, add a card to a hand, clear a hand, get the
value of a hand, shuffle deck, deal cards, etc in the appropriate classes you have identified.
4. You must use the concept of the inheritance, polymorphism, and write polymorphic code (i.e
use of overriding, making base class object behave like child class object wherever
appropriate)
5. You must not ask user to input cards-all the cards for players and the House (computer in this
case) should be randomly generated from the shuffled deck.