COURSE: Coding
COURSE LESSON: JavaScript
ACTIVITY: Introduction to css
JAVASCRIPT LESSON EXERCISE
Kobby has 2000 blue marbles,3000 yellow marbles and 2000 orange marbles.Using JavaScript calculate;
1.The total number of marbles Kobby has.
2.The sum of blue marbles and yelloow marbles.
3.Divide the orange marbles and yellow marbles.
4.The sum of yellow and orange marbles.
5.Multiply the numberof blue marblesby the yellow marbles by the number of yellow marbles and divide the Results by the number of orange marbles.