دانلود کتاب LEARN C# QUICKLY AND JAVASCRIPT CODING PRACTICE EXERCISES: Coding For Beginners
by JJ TAM
|
عنوان فارسی: تمرینات# C کدگذاری سریع و جاوا اسکریپت Coding: Coding for مبتدیان |
دانلود کتاب
جزییات کتاب
TABLE OF CONTENTS
Introduction to C#
C#: Hello World Program
C#: Read input from console
C#: Built in Types
C#: Strings and Escape Sequences
C#: Verbatim Literal
C#: Operators
C#: Arithmetic Operators
C#: Arithmetic Operators: ++, --
C#: Conditional operators
C#: Logical Operators
C#: Shift Operators
C#: Bitwise Operators
C#: Compound Assignment Operators
C#: Ternary operator( ?: )
C#: Arrays
C#: Comments
C#: if, else : Conditional statements
C#: Switch statement
C#: goto statement
C#: while loop
C#: do-while loop
C#: for loop
C#: for-each loop
C#: break statement
C#: continue statement
C#: Methods
JAVASCRIPT CODING EXERCISES
JavaScript functions – Exercises
JavaScript: Find the first not repeated character
JavaScript: Find the longest word within a string
JavaScript: Counts the number of vowels within a string
JavaScript: Check a number is prime or not
JavaScript: Get the data type
JavaScript: Find the second lowest and second greatest
JAVASCRIPT BASICS
Calculate multiplication and division
Convert temperatures
Find the largest
Reverse a given string
Replace every character
Create a new string
Concatenate two strings
Move last three character
Compute the sum
Add two digits
Check whether a given year is a leap
Check given positive number
Check a string starts with 'Java'
Check two given integer values
Find a value which is nearest to 100