Hi guys! I am a super beginner at flash and actionscritp.
I am trying to create a program that
read 2 numbers from the user and print the sum of them.
Thank you in advance!
Hi guys! I am trying to make a mandelbrot code in fortran and I am having some problems
I have just started and I'd like to know what is wrong until now.
Thank you in advance
links that can help us
http://en.wikipedia.org/wiki/Mandelbrot_set...
Hi guys! How to convert a expression with IF to only math?
I mean, how to transform the "if" in this following expression in a mathematical expression?
Thank you in advanced!
PROGRAM if_in_math
IMPLICIT none
INTEGER :: num
PRINT *, "Type a number"
READ *, num
IF(num.GE.0)THEN
PRINT *, num
END...
Hi guys! I have a weird problem about the following program:
when I use "i_square"(as a integer) and choose "-3" and "7" the output is:
**************************************************************
What is the first numbe which square is asked?
-3
How many square you want?
7
The first...
Hi guys! I am begining in fortran and I have a question:
In the following array, what mean each part of it?
and how write it using do?
numer = (/ 1, (aaa, aaa = 2, limit) /)
Hi everyone! I'd like to know if someone cold help me to find a way to substitute "trim" and "repeat" in the following program:
program roman_numerals
implicit none
write (*, '(a)') roman (2009)
write (*, '(a)') roman (1666)
write (*, '(a)') roman (3888)
contains
function roman...
Hi guys! I'm beginning at fortran and I would like to know the difference between FORMAT and FMD. Where should I use each one and how to substitute one for another. If possible some examples.
Thanks you in advace!
I need to modify the following program to allow the user try 3 attempts to specify the name of a file that should be open. If happen any fail during the two attempts the program should write "The file no exist. Try again.",but in case to happen the third attempt the program should write " file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.