Need the fill in the blanks answered with the key terms 6 5
Need the fill in the blanks answered with the key terms
 6. 5 Focus on Program Design anT Building the Bagel and Coffee Price Calculator Appi rice Ca ° This section outlines the process of building the Bagel and Coffee Price application, with a focus on program design and problem solving. Key Terms arguments by reference (pass argument) by value (pass argument) ByRef ByVal Call keyword function method modularize parameter Pascal casing procedure procedure call procedure declaration Step Into command Step Out command Step Over command Sub (keyword) Solution
1. sub(key word)
2. Call keyword
3. function
4. no suitable key terms
note: in vb a value can be returned by assignment statement as follows :
functioname=returnvalue
this is not available in the key list
5. by reference (pass argument)
6. arguments
7. parameter
8. byVal
9. byRef
10. Step Over command

