Comment on Tutorial - how to use boolean data type in Java By Lakshmi
Comment Added by : harish
Comment Added at : 2012-12-24 06:59:04
Comment on Tutorial : how to use boolean data type in Java By Lakshmi
A phone is considered a good phone if all of the following conditions are satisfied:-
The manufacturer must be one of Nokia, Samsung, Motorola, Sony or HTC.
The model name of the phone must be a single word. For example, "Razr", "Omnia" or "N8" will count, but "C6 01", "EVO 3D" or "Xperia Arc S" won't.
It must have either 'Android' or 'Windows' as its operating system.
If the CPU is of type "ARMv11" then the cpu speed must be atleast 1024 MHz.
If the CPU speed is less then 1024 MHz, then it must have a GPU and "Android" os only.
There should be atleast 30 carriers selling this phone and "Vodafone" must be one of them.
Write a method:
boolean isGoodPhone(String model, String manufacturer, String os, int CPUSpeed, String CPUType, boolean hasGPU, String[] carriers)
model Name of the phone model.
manufacturer Name of the phone manufacturer.
os Name of the operating system.
CPUSpeed CPU speed in MHz.
CPUType Type of the CPU.
hasGPU Whether or not the phone has Graphics Processing Unit (GPU).
carriers a string array representing list of carriers who sell this phone.
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. Hi
I tried to use this on a windows 7 32 b
View Tutorial By: Asela at 2012-01-26 18:35:57
2. Hi, this blog answers my questions but what is the
View Tutorial By: Edu at 2009-09-20 00:19:27
3. Good article
View Tutorial By: Manu Francis Mathew at 2009-12-18 00:50:45
4. EJB's can be deployed on multiple servers and when
View Tutorial By: Tomek at 2011-09-12 12:29:07
5. Dude, u xplaining lyk u already telling pros!Pls t
View Tutorial By: Brianjambo at 2009-04-14 06:32:13
6.
View Tutorial By: pmprash at 2009-12-22 01:15:33
7. I am developing a system for paying electric bill
View Tutorial By: Isaya at 2007-03-26 01:11:59
8. Thank you a lot for sharing your knowledge! It was
View Tutorial By: Marcelo at 2013-01-17 03:07:37
9. Thanks this page is very useful for me and now I k
View Tutorial By: Yee Wai Wyne at 2009-10-18 23:03:41
10. how can i use <img> tag in message body?
View Tutorial By: Sonal at 2012-11-07 07:05:33