Alice Community  

Go Back   Alice Community > Alice 2 > How do I...?

Reply
 
Thread Tools Display Modes
Boolean expressions
Old
bopgaard
Junior Member
 
Status: Offline
Posts: 5
Join Date: May 2012
Default Boolean expressions - 05-16-2012, 09:06 PM

Hello all, I am taking a class in Alice and currently am focusing on Boolean expressions. I was curious to see if anyone had some experience with them and could point me in the right direction to solving the following problem. I AM REALLY LOST.


Years that are evenly divisible by four years are leap years, unless they are evenly divisible by 100, in which they are not leap years, unless they are also evenly divisible by 400, in which case they are leap years. Write a single Boolean expression that can by used to determine if a year is a leap year.
   
Reply With Quote
Old
Mr Kidnapper
Senior Member
 
Status: Offline
Posts: 442
Join Date: Feb 2011
Default 05-17-2012, 12:18 AM

Hint: Evenly Divisible should check for remainders of 0. Try IEEE Remainder inside the world's functions to find if a number is evenly divisible by another.
As for boolean statements, Alice makes it pretty clear what each of them do.
   
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.