Login
Discover
Waves
Communities
Write
Login
Signup
AlefTav
@mariusclaassen
41
Affiliate Marketing, Travel, Programming
Followers
358
Following
191
Follow
Email digest
Resource Credits
Available
Used
Website
https://aleftavtraining.siterubix.com/
Created
2018-05-10 11:12
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
mariusclaassen
busy
8y
Java for Beginners 19 - If Then Else Coding Exercise
You can find more tutorials at the links that follow: ▶️ DTube ▶️ IPFS
$ 0.000
2
mariusclaassen
vlog
8y
Java for Beginners 18 - If Then Else Example
// Lecture 18: If-Then and If-Then-Else Examples // EXAMPLE PROBLEM STATEMENT: // Implement 'if-then-else' where int num1 = 56 and int num2 = 65, // and print whether they are equal or not // EXAMPLE SOLUTION:
$ 0.000
1
1
mariusclaassen
blog
8y
Blockchain for Beginners 3 - Coding a 'Block'
Blockchain for Beginners 3 - Coding a Block Coding a Block problem statement Implement a cryptographic ‘Block' in Java import java.time.LocalDate; public class Block { private LocalDate timestamp; private
mariusclaassen
blog
8y
Blockchain for Beginners 2 - What is a 'Block'?
Blockchain for Beginners 2 - What is a Block? Hi there, my name is Marius from AlefTav Coding and in this tutorial you will learn what a cryptographic Block is. Blockchain history A Blockchain is a computer
mariusclaassen
vlog
8y
Java for Beginners 17 - Conditional Operator Coding Exercise
Implement the ‘||’ operator with 'evenNumber' as 8 OR 'oddNumber' as 12 Please feel free to comment, upvote and re-steem. For more of this you can find me at the following links. ▶️ DTube ▶️ IPFS
mariusclaassen
vlog
8y
Java for Beginners 16 - Conditional Operators Example
Implement the ‘&&’ operator where charJ = ‘J’ and charK = ‘K’ Please feel free to comment, upvote and re-steem. For more of this you can find me at the following links. ▶️ DTube ▶️ IPFS
mariusclaassen
vlog
8y
Java for Beginners 15 - Scanner Class Coding Exercise
Declare and initialize a 'Scanner' class named ‘scanner1’ Please comment, upvote and re-steem. For more of this you can find me at the following links. ▶️ DTube ▶️ IPFS
mariusclaassen
busy
8y
Java for Beginners 14 - Scanner Class Example
This tutorial teaches you to write a program where Java will ask for your name ▶️ DTube ▶️ IPFS
mariusclaassen
blog
8y
Java for Beginners 14 - Scanner class Example
Lecture 14: The Scanner Class Example The Scanner Class problem statement Write code to have Java ask for your name import java.util.Scanner; public class Lecture14 { public static void main(String[] args)
mariusclaassen
blockchain
8y
Blockchain - basic programming 1 : Course overview
Lecture 1 - Course Overview This programming course, Blockchain - Basic Programming, will allow you to simulate the operation of a blockchain. Hi there, my name is Marius from AlefTav Coding and in this
mariusclaassen
java
8y
Java for Beginners 13 - Reference Types Coding Exercise
Declare a String named ‘words’ initialized as ‘In the beginning’ Please upvote, re-steem and share. For more of this you can find me at the following links. ▶️ DTube ▶️ IPFS
mariusclaassen
java
8y
Java for Beginners 12 - Reference Types Example
Declare a 'String' named 'mySignOff' initialized as 'Keep coding' If you enjoyed watching this video please upvote, re-steem and share. For more of this you can find me at the following links: ▶️ DTube
mariusclaassen
java
8y
Java for Beginners 13 - Reference Types Solution
Lecture 13: Reference Types Solution Reference Types coding exercise Declare a String named ‘words’ initialized as ‘In the beginning’ public class Lecture13 { public static void main(String[] args) { //
mariusclaassen
java
8y
Java for Beginners 12 - Reference Types Example
Lecture 12: Reference Types Example Reference Types problem statement Declare a 'String' named 'mySignOff' initialized as 'Keep coding' public class Lecture12 { public static void main(String[] args) {
mariusclaassen
java
8y
Java for Beginners 11 - Java Operators Coding Exercise
Assign '40 - 13' to a 'byte' data type named 'answer5' If you enjoyed watching this video please feel free to upvote, re-steem and share. For more of this you can find me at the following links. ▶️ DTube
mariusclaassen
java
8y
Java for Beginners 10 - Java Operators Example
Assign '11 * 18' to a 'short' data type named 'answer1' If you enjoyed watching this video please feel free to upvote, re-steem and share. For more of this you can find me at the following links. ▶️ DTube
mariusclaassen
java
8y
Java for Beginners 11 - Java Operators Solution
Lecture 11: Java Operators Solution Java Operators exercise Assign '40 - 13' to a 'byte' data type named 'answer5' Java Operators solution byte answer5 = 40 - 13; public class Lecture11 { public static
mariusclaassen
java
8y
Java for Beginners 10 - Java Operators Example
Lecture 10: Java Operators Example *, /, %, +, -, <, >=, !=, = Java operators example Assign '11 * 18' to a 'short' data type named 'answer1' public class Lecture10 { public static void main(String[]
mariusclaassen
java
8y
Java for Beginners 9 - Primitive Types Initialization Coding Exercise
Initialize a 'char' data type named ‘letterY’ with the value ‘Y’ ▶️ DTube ▶️ IPFS
mariusclaassen
java
8y
Java for Beginners 8 - Primitive Types Initialization Example
Initialize an 'int' dataType named 'intValue' with the number, '900' ▶️ DTube ▶️ IPFS
← Latest
Older →