New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Isi Kosong: Memahami Struktur Data Array dan String

Fill in the Blanks

Played 4

About this activity

Isi bagian yang kosong untuk memahami struktur data array dan string.

Created by

Indonesia

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Isi Kosong: Memahami Struktur Data Array dan String
 

Fill in the Blanks

Isi Kosong: Memahami Struktur Data Array dan StringOnline version

Isi bagian yang kosong untuk memahami struktur data array dan string.

by Fauziyyah Azzahra
1

arrayOf array Output

fun main ( ) {
val = ( " Apple " , " Banana " , " Cherry " )
val list = array . toList ( )
println ( list ) / / : [ Apple , Banana , Cherry ]
}

2

array2 array1 'World' array1 console

let = [ 'Hello' , ] ;
let = [ 'from' , 'JavaScript' ] ;
let combined = . concat ( array2 ) ;
. log ( combined ) ; / / Output : [ 'Hello' , 'World' , 'from' , 'JavaScript' ]

3

public Main System static

class {
public void main ( String [ ] args ) {
String [ ] fruits = { " Apple " , " Banana " , " Cherry " } ;
. out . println ( fruits [ 1 ] ) ; / / Output : Banana
}
}

4

return arr main sizeof

#include
using namespace std ;

int ( ) {
int [ ] = { 1 , 2 , 3 , 4 , 5 } ;
int length = ( arr ) / sizeof ( arr [ 0 ] ) ;
cout << length ; / / Output : 5
0 ;
}

5

$string $reversed $string

= " Hello , World ! " ;
= strrev ( ) ;
echo $reversed ; / / Output : ! dlroW , olleH

6

Output #

fruits = [ " Apple " , " Banana " ]
fruits << " Cherry "
puts fruits : Apple , Banana , Cherry

7

ToCharArray charArray string Output

using System ;

class Program {
static void Main ( ) {
str = " Hello " ;
char [ ] = str . ( ) ;
Console . WriteLine ( charArray [ 0 ] ) ; / / : H
}
}

8

str print char Output

let str = " Hello "
var frequency : [ Character : Int ] = [ : ]

for char in {
frequency [ , default : 0 ] + = 1
}
( frequency ) / / : [ " H " : 1 , " e " : 1 , " l " : 2 , " o " : 1 ]

9

Output int arr range

package main

import " fmt "

func main ( ) {
: = [ ] { 1 , 2 , 3 , 4 , 5 }
for _ , value : = arr {
fmt . Println ( value ) / / : 1 2 3 4 5
}
}

10

int String numbers println index

public class Main {
public static void main ( [ ] args ) {
int [ ] numbers = { 10 , 20 , 30 , 40 } ;
int = - 1 ;
for ( i = 0 ; i < numbers . length ; i + + ) {
if ( [ i ] = = 30 ) {
index = i ;
break ;
}
}
System . out . ( index ) ; / / Output : 2
}
}

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.