<em>The answer is wireless cellular phones.
</em>
<em>
</em>
<em>Companies use of wireless cellular phones may vary and majority are considered it as optional. Instead of talking via wireless cellular phones, emails and telephone lines conversation are much advisable for cost-effective and formal type of communication process.</em>
I think its A. an on-demand service that helps to access shared computing and storage resources from anywhere using an Internet connection
Answer:
Explanation:
import java.util.Scanner;
public class PalindromeCheck
{
public static void palindromeCheck()
{
String someWord=" ";
int count=0;
int total=0;
System.out.println("Ënter some words entered by whitespace");
Scanner keyboard =new Scanner(System.in);
String[] words=keyboard.nextLine().split(" ");
for(int i=0;i<words.length;i++)
{
boolean flag=true;
int l=words[i].length();
for(int j=0;j<=l/2;j++)
{
if(words[i].charAt(j)!=words[i].charAt(l-j-1))
{
flag=false;
break;
}
}
if(flag)
count++;
}
System.out.println("There are "+count+" palindromes out of "+words.length+" words");
keyboard.close();
}
public static void main(String[] args)
{
palindromeCheck();
}
}
Output
Ënter some words entered by whitespace
This is a malayalam.
There are 3 palindromes out of 4 words
Answer:
5th generation : artificial intelligence
3rd generation: integrated circuits
4th generation : microprocessors
5th generation: parallel processing
<em>hope this helps!</em>
Answer:
uh ma'am that's not math-related.