/SolidtyCode

different programs on solidity programing language

Primary LanguageSolidity

SolidtyCode

different programs on solidity programing language

Hello World

screencapture-remix-ethereum-org-2023-03-15-13_17_00

Counter

here increment decrement of number is happening using solidity screencapture-remix-ethereum-org-2023-03-15-13_38_36

Variables and Dataypes

screencapture-remix-ethereum-org-2023-03-21-10_21_15 screencapture-remix-ethereum-org-2023-03-16-13_43_47

Functions

screencapture-remix-ethereum-org-2023-03-23-05_31_07

Operators

Arithematic

Screenshot 2023-03-24 041925

Relational

Screenshot 2023-03-24 043444

Logical

Screenshot 2023-03-24 044626

Bitwise

Screenshot 2023-03-24 090358

Assignment

Screenshot 2023-03-25 074647

Ternary

image

Conditionals

IF

Screenshot 2023-03-25 080329

If else

Screenshot 2023-03-25 081144

If else If

screencapture-remix-ethereum-org-2023-03-26-06_52_52

Loops

While Loop

screencapture-remix-ethereum-org-2023-03-26-07_10_36

Arrays

screencapture-remix-ethereum-org-2023-03-16-14_07_06

get Array and upadte at fixed index

image

ArrayLength

Screenshot 2023-03-27 073042

push method

Screenshot 2023-03-27 074058

pop

Screenshot 2023-03-27 074924

Struct

Screenshot 2023-03-28 073434

return one element

Screenshot 2023-03-28 074513

Struct with array

Screenshot 2023-03-28 075746

Mappings

screencapture-remix-ethereum-org-2023-03-16-14_35_57 image

Conditionals and Loop

screencapture-remix-ethereum-org-2023-03-18-14_15_58

##Hotel Room Booking screencapture-remix-ethereum-org-2023-03-18-15_17_36

Inheritance and factories

screencapture-remix-ethereum-org-2023-03-18-15_42_10