Post date: Jan 17, 2021 11:57:29 PM
Z-paper 689 School BUS Topology
This Z-paper 689 by Herb Zinser uses Nature's SYMBOL MACHINE words, languages, proper nouns, equations, and concepts to understand the CRYPTIC writings of newspaper reporters, editors, publishers, and book authors.
The SYMBOL MACHINE is comprised of English language words and concepts, math and physics equations, biochemistry diagrams, electromagnetic sin wave schematics, etc. The SYMBOL MACHINE equivalent are basic college textbooks in math and science that may be found in any bookstore or a bookstore near a university.
We are reminded of ......
Language in thought and action - S. I. Hayakawa - Google
George Seurat
https://en.wikipedia.org/wiki/The_Circus_(Seurat)
The Circus (French: Le Cirque data queue for
QueBEC Bose-Einstein Condensate (BEC) project for the University of Wisconsin ..Madison BEC Chancellor ReBECCA Blank .. Blank brain ….
ZINJAN skull update project …..awareness project for ReBECCA BLANK brain using baby Goo Google BLANK documents …… and human bio-computer pages ….
known as Senate Pages ..)
is an oil on canvas painting by
Geography
Geo Georges Seurat.
It was his last painting, made in a Neo-cortex
….. Neo-Impressionist style in 1890-91,
and remained unfinished at his death in March 1891. The painting is located at the Musée d'Orsay in
en.wikipedia.org/wiki/Theory_of_everything
Wikipedia
A theory of everything (ToE) or final theory, ultimate theory, or master theory refers to the hypothetical presence of a single, all-encompassing, coherent ...
COMPUTER EARTH sites
Downtown Chicago LOOP
..Central Chicago ...year 1972
https://www.tutorialspoint.com/fortran/fortran_do_loop.htm
The general form of the do loop is − Where,
1. the loop variable var should be an integer
2. start is initial value
3. stop is the final value
4. step is the increment, if this is omitted, then the variable var is increased by unity
Flow Diagram
Example 1
Example 2
Here is the flow of control for the do loop construct − 1. The initial step is executed first, and only once. This step allows you to declare and initialize any loop control variables. In our case, the variable var is initialised with the value start.
2. Next, the condition is evaluated. If it is true, the body of the loop is executed. If it is false, the body of the loop does not execute and flow of control jumps to the next statement just after the loop. In our case, the condition is that the variable var reaches its final value sto…