English 1.6 : The Seasons pondabyte 7/28/2017 0 Comments Di indonesia kita hanya mengenal hanya 2 jenis musim, yaitu musim hujan ( rainy season ) dan musim kemarau ( dry season ), namun dinegara ... Read More Read more No comments:
English 1.5 : Tanggal pondabyte 7/28/2017 0 Comments Cara penulisan tanggal dalam Bahasa Inggris ada 2, yaitu English and English American : 1. Bahasa Inggris British Hari biasanya ditu... Read More Read more No comments:
New York pondabyte 7/23/2017 0 Comments New York adalah sebuah negara bagian di timur laut Amerika Serikat, dan merupakan negara bagian A.S. yang terbesar ke-27. New York berbata... Read More Read more No comments:
BlueStacks Tweaker 3.12 Overview pondabyte 7/21/2017 0 Comments Bluestacks is one of the best Android Emulator for PC in which you can use / play almost every app which you can access into your Android ... Read More Read more No comments:
C# series 1.9 : Constant pondabyte 7/08/2017 0 Comments Constants Constants store a value that cannot be changed from their initial assignment. To declare a constant, use the const modifier. ... Read More Read more No comments:
C# series 1.8 : Var Keyword pondabyte 7/08/2017 0 Comments The var Keyword a variable can be explicitly declared with its type before it is used. Alternatively, C# provides a handy function to ... Read More Read more No comments:
C# series 1.1c : Comments pondabyte 7/07/2017 0 Comments Comments are explanatory statements that you can include in a program to benefit the reader of your code. The compiler ignore everything t... Read More Read more No comments:
C# series 1.1e : Operator Precedence pondabyte 7/07/2017 0 Comments Operator precedence determines the grouping of terms in an expression, which affects how an expression is evaluated. Certain operators tak... Read More Read more No comments:
C# series b : Control statement pondabyte 7/07/2017 0 Comments 1. For loop its used to run a statement or a block of statements repeatedly until a specified expression evaluates to false. Syntax : f... Read More Read more No comments:
C# series a : Control statement pondabyte 7/07/2017 0 Comments 1. if statement - An if statement identifies which statement to run based on the value of a Boolean expression. - The if statement is... Read More Read more No comments: