Guest User

Untitled

a guest
Nov 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. if (math >= greater) {
  2.  
  3. finalcomment = comment;
  4. }
  5. else if ((math >= between1) && (math <= between2)) {
  6.  
  7. finalcomment = comment2;
  8. }
  9. else if (math <= less) {
  10.  
  11. finalcomment = comment3;
  12. }
  13. else {
  14. validationMsgs("ERROR ERROR ERROR, Information", "OK");
  15. }
Add Comment
Please, Sign In to add comment