Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

E

COMP6047 – Algorithm and Programming

T
T
NO
BU
Hello World
Congratulations for officially become a BINUS University student. This is a test problem
for you to test on, and today’s “After Class Review Quiz” result won’t affect your
Assignment Score (Nilai TM). So try to learn as much as you can about this system you
will be using in this 1st semester.

R I
O
For this first test problem, simply output a text that says “Hello World!”.

Format Input
T
D

There will be no input in this test problem. So no need to use any scanf-related function
to get an input.
S
Format Output
DI

You need to output only a line that says “Hello World!” (without the quotes). Please look
below for the sample output. REMEMBER! If you output unnecessary character(s),
the system will give you “Wrong Answer” instead of “Correct”.
OT
UT
Sample Input (standard input)
RE

— no input will be given —

Sample Output (standard output)


N
IB
Hello World!

Notes
TR
DO

Note 1: If you print “hello world!”, “hEllo World!”, “Hello world!”, or any other
variations, it will resulted to “Wrong Answer”. Your output need to be exact match to
what the problem asked.

Note 2: Always print a newline (‘\n’) at the end of the answer.


IS
ED

© School of Computer Science - BINUS, 2021. No part of the materials available may be copied,
photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form,
in whole or in part, without prior written consent of School of Computer Science - BINUS. Any other
reproduction in any form without the permission of School of Computer Science - BINUS is probihited.
Violators of this clause may be academically sanctioned.
E
COMP6047 – Algorithm and Programming

T
T
NO
BU
Hello World
Selamat untuk Anda karena secara resmi sudah menjadi mahasiswa BINUS University.
Ini adalah contoh soal yang dapat Anda coba, dan hasil “After Class Review Quiz” hari
ini tidak akan memengaruhi Assignment Score Anda (Nilai TM). Jadi, silahkan coba
sebanyak mungkin sistem yang akan Anda gunakan pada semester 1 ini.

R I
O
Untuk soal pertama, Anda cukup mengeluarkan teks yang bertuliskan “Hello World!”.

Format Input
T
D

Tidak akan ada input dalam soal ini. Jadi, anda tidak perlu menggunakan fungsi scanf
S
untuk mendapatkan input.

Format Output
DI

Anda hanya perlu mencetak 1 baris yang berisi “Hello World!” (Tanpa tanda kutip).
Silakan lihat contoh output di bawah. INGAT! Jika Anda mencetak karakter yang
tidak diminta, sistem akan tidak akan memberikan hasil “Correct”, melainkan “Wrong
OT
UT
Answer”.
RE

Sample Input (standard input)


— Tidak ada input yang diberikan —
N
IB
Sample Output (standard output)
Hello World!
TR
DO

Notes
Note 1: Jika anda mencetak “hello world!”, “hEllo World!”, “Hello world!”, ataupun
variasi lainnya, maka program anda akan dianggap salah dan mendapatkan hasil “Wrong
Answer”. Output dari program anda harus sama persis dengan apa yang diminta oleh
soal.
IS

Note 2: Selalu cetak karakter newline (‘\n’) di akhir jawaban anda.


ED

© School of Computer Science - BINUS, 2021. No part of the materials available may be copied,
photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form,
in whole or in part, without prior written consent of School of Computer Science - BINUS. Any other
reproduction in any form without the permission of School of Computer Science - BINUS is probihited.
Violators of this clause may be academically sanctioned.

You might also like