Hi everybody, I am supposed to implement this selection support system... I will do it for mobile phones tariff selection. For example, if user A is an off-peak user, does not want to spend more than 25£ per month, uses SMS bla bla then he should go for a FREE MINUTES+50 SMS for 15.99 per month. I nedd the algorithms to do that.. pls help with any ideas!!
periclisp@hotmail.com
There is a reward for helping..
thanks
Tariff Selection Support SystemJava Code Needed
Page 1 of 1
1 Replies - 1560 Views - Last Post: 11 February 2003 - 12:43 PM
Replies To: Tariff Selection Support System
#2
Re: Tariff Selection Support System
Posted 11 February 2003 - 12:43 PM
Those algorithms sound pretty easy, but some more information would be required. I expect this can be accomplished with some if statements based on user choices ie
if (money>25) AND (type="SMS")
{
do something
}
else
{
do something else
}
if (money>25) AND (type="SMS")
{
do something
}
else
{
do something else
}
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|