answersLogoWhite

0

/* OUTPUT:

* R

* ER

* TER

* UTER

* PUTER

* MPUTER

* OMPUTER

* COMPUTER

*/

import java.io.*;

import java.lang.*;

class SuperbSeries

{

protected static void main()throws IOException

{

BufferedReader in=new BufferedReader(new InputStreamReader(System.in));

String s="COMPUTER";

for(short i=1;i<=s.length();i++)

{

for(short j=(short)(s.length()-i);j<s.length();j++)

{

System.out.print(s.charAt(j));

}

System.out.println();

}

}}

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you create computer games?

You write a program. A computer game is an application program running on one (or rarely more than one) computer. You have to design the game before writing the program.


Write a program to display your name on computer screen?

Faisal


How does an algorithm relate to a computer?

To make a computer do anything, you have to write a computer program. To write a computer program, you have to tell the computer, step by step, exactly what you want it to do. The computer then executes the program, following each step mechanically, to accomplish the end goal. When you are telling the computer what to do, you also get to choose how it's going to do it. That's where computer algorithms come in. The algorithm is the basic technique used to get the job done.


What type of computer writes and modifies a computer program?

Personal Computer....AKA..... all computers write and mod computer programs that's how they run them.


How do you erase your hard drive so you can sell your computer?

Reformat it. Google "How to reformat a computer." Or over write it with over write program. ErAce is one and can be found from erace.it


Which company approached Bill Gates to write an operating system program for its computer?

IBM


How do you copy from computer to disc in windows xp?

The best way to copy files from a computer to a disc is to write the same. Use a burning program to write the disc with the files that you want.


Can I talk with a person about this program. I would like to have the program on my computer.?

I really don't know what to write or say. Some HELP PLEASE.


Write short note on assembler?

A computer program that takes non-machine language instructions prepare by a computer user and converts them intto a for that may be used by the computer(:


A Computer program is a self-contained set of instructions used to operate a computer to produce a specific?

A program is a series of instructions that directs a computer how to perform the tasks necessary to process data into information. Programmers write a program and then store the program in a file that a user can execute (run). When a user runs a program, the computer loads the program from a storage medium into memory. Thus, a program is entered into a computer'smemory, as it is needed. Programs respond to commands that a user issues.


How do you program computers?

there is no one way to "program" computers codes are often used to write programs that are used on a computer some comman are c+ c++ html java scriptA computer is programed by making a code that is available in the computer language.


What is the difference between a computer and a computer program?

A computer is an electronic (or electromechanical) device that can handle input, processing and produce output. A computer program is a set of rules or instructions that enables the computer to perform these tasks (input, processing and output). They work together, a computer is useless without a computer program, and a computer program cannot work without a computer. It is a symbiotic relationship.