Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] Full List Of Solidity Data Types - Web3 Programming

3 Posts
2 Users
2 Reactions
730 Views
1
Topic starter

EXERCISE: Full List Of Solidity Variable Data Type Out There:
NOTE: each time you take the time to do exercises like this, you expand your knowledge
and help other student coming behind you to have solid content to aid their study:
i. Research Variable Data Types in Solidity out there to expand your knowledge

ii. Check this forum for full list of "Full List Of Solidity Data Types":

iii. Post MAXIMUM of 1 Solidity Data Type and Explain What It Does which has not been listed yet in this forum

(NOTE: please, don’t repeat what has been posted and use the numbering.

For example if the last post answer was number (5), yours should be  number (6) and so on.

This will help ensure we have helpful non repetitive collection of full list of differences between JavaScript and Solidity)

 

 

NOTE:

This Is An Exercise From Our FREE Smart Contract Development With Solidity For Beginners Course (If you have not enrolled yet, you can join the course totally for FREE).

 

2 Answers
1
Topic starter

(1) Unsigned Integer Number Data Type In Solidity

Used to declare only positive number variable as follow:

uint positiveNumberOnly = 500; //unsigned Integer - accepts positive numbers only

0

contract types

Solomon Foskaay Solomon Foskaay Topic starter 28/10/2021 9:17 am

@leouloko not really sure what this means. Kindly explain with sample. And if this lesson not understood yet. You may need to re-watch the video over again or ask me any question here on it.

Share: