Difference between revisions of "BTP200 Assignments 20141"

From CDOT Wiki
Jump to: navigation, search
(1) Program Summary)
(1) Program Summary)
Line 5: Line 5:
 
----
 
----
  
== 1) Program Summary ==
+
1) Program Summary
 
+
'''In main<br>'''''
'''In main<br>'''
 
 
use EAN module by calling<br>
 
use EAN module by calling<br>
 
1.isValid<br>
 
1.isValid<br>

Revision as of 18:25, 23 January 2014


OOP244 | FAQ | Workshops | Assignments | Useful Links

Assignment 1 Q & A


1) Program Summary In main
use EAN module by calling
1.isValid
2.isRegistered

a. EAN module
1. Use "isValid" function to validate EAN input
2. Use "Prefix" module to validate EAN and if validation passed, copy each element to valubles

b. Prefix module
1. Use "load" function to load prefix database
2. Use "isRegistered" function to validate area
3. Use "minNoDigits" function to define publisher code
4. Use "is registered" function (* Different parameter) to validate publisher

Assignment 2 Q & A

Assignment 3 Q & A

Assignment 4 Q & A