100 Days of Code Log R1D2

Today I had continued with Fortran for Scientific Computing and learned about Character datatype Logical datatype and operators Conditional Statements Character Datatypes The character dataypes are declared as either a single character or as an array of particular length. 1 2 character :: c character(len=5) :: str Two main points about strings are that,

100 Days of Code Log R1D1

This is my first day in the 100 Days of Code challenge. Today, I had started with the “Fortran for Scientific Computing” course in Future Learn. It had been a great start. I had learnt about the precision available in fortran for various number data types.